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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesPropertyDescriptions As IImageServicesPropertyDescriptionList
C#
IImageServicesPropertyDescriptionList ImageServicesPropertyDescriptions { get; }
Visual C++
property IImageServicesPropertyDescriptionList^ ImageServicesPropertyDescriptions {
	IImageServicesPropertyDescriptionList^ get ();
}
JavaScript
function get_imageServicesPropertyDescriptions();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: ImageServicesPropertyDescription
RequiresUniqueElements: true
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also