Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const SUPERCLASS_IDENTITY As String = "SuperclassIdentity"
C#
public const string SUPERCLASS_IDENTITY = "SuperclassIdentity";
C++
public:
 const String SUPERCLASS_IDENTITY = L"SuperclassIdentity";
J#
public const string SUPERCLASS_IDENTITY = "SuperclassIdentity"
JScript
public const SUPERCLASS_IDENTITY : String = "SuperclassIdentity";

See Also