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