Specifies the data-type identifier of the property described by this Image Services property description, which is the Content Engine data type corresponding to the Image Services server data type for a given property.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ImageServicesDataType As Nullable(Of Integer)
C#
Nullable<int> ImageServicesDataType { get; }
Visual C++
property Nullable<int> ImageServicesDataType {
	Nullable<int> get ();
}
JavaScript
function get_imageServicesDataType();

ToggleRemarks

ToggleSee Also