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)

Syntax

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

Inheritance Hierarchy

System.Object
   FileNet.Api.Action.PendingAction
      FileNet.Api.Action.MoveContent

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