DocumentFinderGetVersionsWithIds Method

Get a list of document versions of the given document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get a list of document versions of the given document.")]
public List<DocumentFinderVersionWithId> GetVersionsWithIds(
	int documentId
)

Parameters

documentId  Int32

Return Value

ListDocumentFinderVersionWithId

See Also