DocumentFinderGetLastDocumentVersions Method

Get the last version number of each document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get the last version number of each document.")]
public int[] GetLastDocumentVersions(
	int[] documentIds
)

Parameters

documentIds  Int32

Return Value

Int32

See Also