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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public 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

Implements

ICMSDocumentManagerGetJSFunction(String, String, String)
See Also