DocumentManagerGetDocumentVersionUrlByLinkType Method

Returns the URL of the given document version using a predefined document link setting.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Returns the URL of the given document using a predefined document link setting")]
public string GetDocumentVersionUrlByLinkType(
	string documentID,
	int linkTypeId
)

Parameters

documentID  String
The DocumentId and DocumentVersionId of the document
linkTypeId  Int32
The LinkId of the document link setting as returned by GlobalSettingsManager.GetDocumentUrlTypes()

Return Value

String

Remarks

The link to the specific version of the document is returned regardles of the link setting.

See Also