Click or drag to resize

DocumentManagerGetObjectUrl Method (String, Boolean, DocumentManagerNotificationObjectType)

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 GetObjectUrl(
	string objectId,
	bool forFda,
	DocumentManagerNotificationObjectType objectType
)

Parameters

objectId
Type: SystemString
documentId, workflowTaskGuid or workflowInstanceGuid
forFda
Type: SystemBoolean
objectType
Type: FileHold.LibraryManagerDocumentManagerNotificationObjectType

Return Value

Type: String
See Also