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)

Syntax

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

Remarks

See Also