Click or drag to resize

JavaScriptFunctionActionFunction Property

The name of javascript function in the context or anonimouse js function in format (function(p1, p2, p2) { ... }), the "(,)" is important

Namespace:  Dynamicweb.Management.Actions
Assembly:  Dynamicweb.Management (in Dynamicweb.Management.dll) Version: 4.0.2
Syntax
public virtual string Function { get; set; }

Property Value

Type: String
See Also