DocumentManagerGetDocumentVersionUrlByLinkType Method
Returns the URL of the given document version using a predefined document link setting.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
[WebMethodAttribute(Description = "Returns the URL of the given document using a predefined document link setting")]
public string GetDocumentVersionUrlByLinkType(
string documentID,
int linkTypeId
)
- documentID String
- The DocumentId and DocumentVersionId of the document
- linkTypeId Int32
- The LinkId of the document link setting as returned by GlobalSettingsManager.GetDocumentUrlTypes()
String
The link to the specific version of the document is returned regardles of the link setting.