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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ContentElementsPresent As IStringList
C#
IStringList ContentElementsPresent { get; }
C++
property IStringList ContentElementsPresent abstract  {
    IStringList get();
}
J#
/** property */
public IStringList get_ContentElementsPresent();
JScript
public function get ContentElementsPresent() : IStringList

Remarks

See Also