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)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetApplyStateId() As Id
C#
public virtual Id GetApplyStateId()
C++
public:
 virtual Id GetApplyStateId()
J#
public virtual Id GetApplyStateId()
JScript
public virtual  function GetApplyStateId() : Id

Return Value

Returns the ID of the versioning state identifier.

See Also