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.


The following tables list the members exposed by MoveContent.

Public Constructors

  Name Description
Static Public method MoveContent Overloaded.  
Top

Protected Constructors

  Name Description
Static Family method MoveContent Overloaded.  
Top

Protected Fields

  Name Description
Family field vals   (inherited from PendingAction)
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetBinaryListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBinaryValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetBooleanValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetDateTimeListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetDateTimeValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetEngineObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetFloat64Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetIdListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetIdValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32ListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetInteger32Value Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetMoveAllVersions Returns whether to move the content data of every version of a document.
Public method GetObjectData Overridden. This method is exposed to satisfy the ISerializable interface.
Public method GetObjectValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringListValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetStringValue Locates the named parameter in the parameter bag and returns the value of the object it holds. (inherited from PendingAction)
Public method GetTargetPolicyId Returns the ID of the target storage policy for the object content data.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method PutObjectValue Adds an object as the value for the named parameter to the parameter bag for this PendingAction object. If the named parameter already exists, it is overwritten with the new value. (inherited from PendingAction)
Public method PutValue Overloaded. Adds a value for the named parameter to the parameter bag for this PendingAction object. (inherited from PendingAction)
Public method ToString Returns a String representation of this PendingAction instance. The string (in the format “Class= Values= ”) consists of the name of the class of which this PendingAction is an instance and the parameter values from its parameter bag. For example, for a “create” pending action, this method returns the class name, Create, followed by the parameter values for class ID, object ID, and so on. (inherited from PendingAction)
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
Static Private method MoveContent Overloaded.  
Top

See Also