Click or drag to resize

DocumentManagerGetDocumentVersionsForSelection Method

Retrieves document versions for selection

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<int> GetDocumentVersionsForSelection(
	Guid selectionId
)

Parameters

selectionId
Type: SystemGuid

Return Value

Type: ListInt32
See Also