Click or drag to resize

DocumentFinderGetVersionsWithIds Method

Get a list of document versions of the given document.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DocumentFinderVersionWithId> GetVersionsWithIds(
	int documentId
)

Parameters

documentId
Type: SystemInt32

Return Value

Type: ListDocumentFinderVersionWithId
See Also