Represents a pending action for moving the content data of an object to a new storage area.
When an object calls the MoveContent method, the API automatically creates an instance of the
MoveContent 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 MoveContent _
Inherits PendingAction |
C# |
---|
[SerializableAttribute]
public class MoveContent : PendingAction |
Visual C++ |
---|
[SerializableAttribute]
public ref class MoveContent : public PendingAction |