Returns the symbolic name (if a symbolic name was entered in the ChangeClass constructor) or ID (if an ID name was entered in the ChangeClass constructor) of the new class with which the underlying object of this pending action has been associated.


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetNewClass() As String
C#
public virtual string GetNewClass()
C++
public:
 virtual String GetNewClass()
J#
public virtual string GetNewClass()
JScript
public virtual  function GetNewClass() : String

Return Value

A String specifying the symbolic name or ID of the new class.

See Also