Click or drag to resize

DocumentManagerGetObjectUrlByLinkType Method

Returns link to a specified object

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static string GetObjectUrlByLinkType(
	string objectId,
	int linkType,
	DocumentManagerNotificationObjectType objectType,
	bool silent = true
)

Parameters

objectId
Type: SystemString
documentId, workflowTaskGuid or workflowInstanceGuid
linkType
Type: SystemInt32
objectType
Type: FileHold.LibraryManagerDocumentManagerNotificationObjectType
silent (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also