Click or drag to resize

DocumentManagerGetDocumentUrlByLinkType Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public string GetDocumentUrlByLinkType(
	string documentID,
	int linkTypeId
)

Parameters

documentID
Type: SystemString
The DocumentId of the document
linkTypeId
Type: SystemInt32
The LinkId of the document link setting as returned by GlobalSettingsManager.GetDocumentUrlTypes()

Return Value

Type: String
See Also