DocumentManagerGetDocumentLink Method
Returns the URL of the given document in either Web Client or FDA.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Returns the URL of the given document in either Web Client or FDA")]
public string GetDocumentLink(
int documentID,
bool forFDA
)
- 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.
String