Specifies the symbolic name of the Content Engine root class (for example, "Document") to which the class described by this external class description corresponds. This property can be null if no corresponding root class exists.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also