Click or drag to resize

DocumentManagerCreateWorkingDocumentSelection Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid CreateWorkingDocumentSelection(
	int documentId,
	int version
)

Parameters

documentId
Type: SystemInt32
version
Type: SystemInt32

Return Value

Type: Guid
See Also