Specifies the identity of the immediate superclass of the class described by this external class description. This property can be null if the repository does not have hierarchical classes or if the superclass of the described class is not a replicable class and is therefore absent from the ExternalClassDescriptions collection of the external repository.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also