Click or drag to resize
ICMSDocumentManagerGetJSFunction Method
Gets java-script function

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
string GetJSFunction(
	string action,
	string argument,
	string comment
)

Parameters

action
Type: SystemString
Action name
argument
Type: SystemString
Action argument
comment
Type: SystemString
Action comment

Return Value

Type: String
See Also