SP.ClientActionExecutionScopeStart(scope, name) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the ClientActionExecutionScopeStart class based on the specified scope and the scope name.
var value = new ClientActionExecutionScopeStart(scope, name);
Parameters
scope
Type: SP.ExecutionScope
The execution scope.
name
Type: String
The name of the scope.
Remarks
This constructor sets the SP.ClientActionExecutionScopeStart.scope Property to scope and the SP.ClientAction.name Property of the base SP.ClientAction Class to name.
Applies To
SP.ClientActionExecutionScopeStart Class
See Also
Reference
SP.ClientActionExecutionScopeStart Methods