Specifies a StringList object containing the MIME type of each content element

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ContentElementsPresent As IStringList
C#
IStringList ContentElementsPresent { get; }
Visual C++
property IStringList^ ContentElementsPresent {
	IStringList^ get ();
}
JavaScript
function get_contentElementsPresent();

ToggleRemarks

ToggleSee Also