DocumentManagerGetObjectUrl(String, DocumentManagerNotificationClientType, DocumentManagerNotificationObjectType, String) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public static string GetObjectUrl(
	string objectId,
	DocumentManagerNotificationClientType clientType,
	DocumentManagerNotificationObjectType objectType,
	string action = null
)

Parameters

objectId  String
 
clientType  DocumentManagerNotificationClientType
 
objectType  DocumentManagerNotificationObjectType
 
action  String  (Optional)
 

Return Value

String

See Also