Returns whether to move the content data of every version of a document.

Namespace:  FileNet.Api.Action
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetMoveAllVersions As Nullable(Of Boolean)
C#
public virtual Nullable<bool> GetMoveAllVersions()
Visual C++
public:
virtual Nullable<bool> GetMoveAllVersions()
JavaScript
function getMoveAllVersions();

Return Value

True if the content data of every version of a document will be moved; false if the content data of the current document version only will be moved.

ToggleSee Also