SP.RoleDefinitionBindingCollection.newObject(Context) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Creates a new binding collection with the specified client runtime context.
var value = SP.RoleDefinitionBindingCollection.newObject(Context);
Parameters
Context
Type: SP.ClientRuntimeContext Class
The client runtime context to create the collection of the role definition objects.
Return Value
Type: SP.RoleDefinitionBindingCollection Class
The newly created binding collection.
Remarks
This method creates a new binding collection using the client runtime context specified by the Context parameter.
Applies To
SP.RoleDefinitionBindingCollection Class
See Also
Reference
SP.RoleDefinitionBindingCollection Methods