DocumentManagerGetDocumentLink Method

Returns the URL of the given document in either Web Client or FDA.

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 either Web Client or FDA")]
public string GetDocumentLink(
	int documentID,
	bool forFDA
)

Parameters

documentID  Int32
The DocumentId of the document
forFDA  Boolean
If true, the method returns the URL for FDA. Otherwise, it returns the URL for Web Client.

Return Value

String

See Also