DocumentManagerGetDocumentUrlByLinkType Method

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

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 using a predefined document link setting")]
public string GetDocumentUrlByLinkType(
	string documentID,
	int linkTypeId
)

Parameters

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

Return Value

String

See Also