Click or drag to resize

DocumentManagerInvokeUserAction Method

Invoke a user action from plug-in.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public string InvokeUserAction(
	string name,
	string data
)

Parameters

name
Type: SystemString
data
Type: SystemString

Return Value

Type: String
See Also