DocumentManagerGetObjectUrl(String, Boolean, DocumentManagerNotificationObjectType) Method

Returns link to a specified object. For use with application server plug-ins only.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public static string GetObjectUrl(
	string objectId,
	bool forFda,
	DocumentManagerNotificationObjectType objectType
)

Parameters

objectId  String
documentId, workflowTaskGuid or workflowInstanceGuid
forFda  Boolean
objectType  DocumentManagerNotificationObjectType

Return Value

String

See Also