Specifies the name of the Image Services (IS) document class that controls native content. The IS document class definition has default values that control the IS document content security and media family where the content will be stored. The default document class is used for documents that are created in Content Platform Engine and are stored in FileNet® Image Services.

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

ToggleSyntax

Visual Basic (Declaration)
Property DefaultISDocumentClass As String
C#
string DefaultISDocumentClass { get; set; }
Visual C++
property String^ DefaultISDocumentClass {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_defaultISDocumentClass();
function set_defaultISDocumentClass(value);

ToggleRemarks

ToggleSee Also