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


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

Syntax

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

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.

See Also