Represents a pending action for changing the lifecycle policy state of a IDocument,
or for changing the state of a ICmTask.
When the ChangeState method is called on IDocument or ICmTask,
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)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _
Public Class ChangeState _
Inherits PendingAction |
C# |
---|
[SerializableAttribute]
public class ChangeState : PendingAction |
Visual C++ |
---|
[SerializableAttribute]
public ref class ChangeState : public PendingAction |