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)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetNewClass As String
C#
public virtual string GetNewClass()
Visual C++
public:
virtual String^ GetNewClass()
JavaScript
function getNewClass();

Return Value

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

ToggleSee Also