DocumentManagerReinstateAsLatestVersionWithMarkup Method

Reinstate the given binary version as the latest version of the document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Reinstate the given binary version as the latest version of the document.")]
public int ReinstateAsLatestVersionWithMarkup(
	int metadataVersionId,
	bool restoreMetadata,
	bool restoreMarkups
)

Parameters

metadataVersionId  Int32
restoreMetadata  Boolean
restoreMarkups  Boolean

Return Value

Int32

See Also