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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesClassName As String
C#
string ImageServicesClassName { get; }
C++
property string ImageServicesClassName abstract  {
    String get();
}
J#
/** property */
public string get_ImageServicesClassName();
JScript
public function get ImageServicesClassName() : String

Remarks

See Also