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)

ToggleSyntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MoveContent _
	Inherits PendingAction
C#
[SerializableAttribute]
public class MoveContent : PendingAction
Visual C++
[SerializableAttribute]
public ref class MoveContent : public PendingAction
JavaScript
FileNet.Api.Action.MoveContent = function();

Type.createClass(
	'FileNet.Api.Action.MoveContent',
	FileNet.Api.Action.PendingAction);

ToggleInheritance Hierarchy

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

ToggleSee Also