Click or drag to resize

DocumentManagerReinstateAsLatestVersionWithMarkup Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int ReinstateAsLatestVersionWithMarkup(
	int metadataVersionId,
	bool restoreMetadata,
	bool restoreMarkups
)

Parameters

metadataVersionId
Type: SystemInt32
restoreMetadata
Type: SystemBoolean
restoreMarkups
Type: SystemBoolean

Return Value

Type: Int32
See Also