DocumentManagerGetDocumentLatestVersionInfo(Int32) Method

Return the basic information of the latest version's document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the basic information of the latest version's document.")]
public Object[] GetDocumentLatestVersionInfo(
	int documentId
)

Parameters

documentId  Int32

Return Value

Object

See Also