Specifies the name of the class described by this Image Services (IS) document class description, which must corresponds to an existing IS document class defined on the IS server. This property is used by the IS Import Agent to map an IS document class to a Content Engine document class when importing federated documents.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesClassName As String
C#
string ImageServicesClassName { get; }
Visual C++
property String^ ImageServicesClassName {
	String^ get ();
}
JavaScript
function get_imageServicesClassName();

ToggleRemarks

ToggleSee Also