Specifies an ImageServicesPropertyDescriptionList object containing an ordered collection of all of the Image Services (IS) property descriptions belonging to this IS document class description. This property contains the IS properties associated with an existing IS document class on the IS server and is used by the IS Import Agent to map IS document properties to Content Engine properties when importing federated documents.


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

Syntax

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

Remarks

See Also