DocumentManagerGetDocumentLink Method |
Returns the URL of the given document in either Web Client or FDA.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic string GetDocumentLink(
int documentID,
bool forFDA
)
Parameters
- documentID
- Type: SystemInt32
The DocumentId of the document - forFDA
- Type: SystemBoolean
If true, the method returns the URL for FDA. Otherwise, it returns the URL for Web Client.
Return Value
Type:
String
See Also