DocumentManagerGetDocumentUrl Method

Returns the URL of the given document in the Web Client.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns the URL of the given document in the Web Client")]
public string GetDocumentUrl(
	int documentID
)

Parameters

documentID  Int32
The DocumentId of the document

Return Value

String

See Also