Represents a pending action for changing the lifecycle policy state of a document. When a document calls the ChangeState method, the API automatically creates an instance of the ChangeState class and adds it to the underlying object's collection of PendingAction objects.


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

Syntax

Visual Basic (Declaration)
<SerializableAttribute>
Public Class ChangeState
    Inherits PendingAction
C#
[SerializableAttribute]
public class ChangeState : PendingAction
C++
[SerializableAttribute]
ref class ChangeState : PendingAction
J#
/** @attribute SerializableAttribute() */
public class ChangeState extends PendingAction
JScript
public 
   SerializableAttribute
class ChangeState extends PendingAction

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.ChangeState

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also