Returns a
array specifying the names of the superclasses of the class from which this object is instantiated.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetSuperClasses() As String() |
C# |
---|
string[] GetSuperClasses() |
C++ |
---|
array<String>^ GetSuperClasses() abstract |
J# |
---|
string[] GetSuperClasses() |
JScript |
---|
function GetSuperClasses() : String[] |
Return Value
A
array specifying the list of superclass names.