DocumentManagerCreateWorkingDocumentSelection Method

Returns a selection containing the last version of the given document if the given version number is the latest version.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns a selection containing the last version of the given document if the given version number is the latest version.")]
public Guid CreateWorkingDocumentSelection(
	int documentId,
	int version
)

Parameters

documentId  Int32
version  Int32

Return Value

Guid

See Also