Returns an identifier for the versioning state to be applied to the underlying object for this pending action.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetApplyStateId As Id
C#
public virtual Id GetApplyStateId()
Visual C++
public:
virtual Id^ GetApplyStateId()
JavaScript
function getApplyStateId();

Return Value

Returns the ID of the versioning state identifier.

ToggleSee Also