SP.RoleDefinitionCreationInformation.basePermissions Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the permissions for the role definition.
var value = SP.RoleDefinitionCreationInformation.get_basePermissions();
SP.RoleDefinitionCreationInformation.set_basePermissions(value);
Property Value
Type: SP.BasePermissions
Applies To
SP.RoleDefinitionCreationInformation Class
Remarks
It must not be null. It must not be empty. Its length must be equal to or less than 255. It must not contain any of the following characters: []/\:|<>+=;,?*'@
See Also
Reference
SP.RoleDefinitionCreationInformation Methods