SP.RoleDefinitionCreationInformation object

Contains properties that are used as parameters to initialize a role definition.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.RoleDefinitionCreationInformation()

Members

The RoleDefinitionCreationInformation object has the following members.

Constructor

The RoleDefinitionCreationInformation object has the following constructor.

Constructor

Description

RoleDefinitionCreationInformation

Initializes a new instance of the SP.RoleDefinitionCreationInformation object.

Properties

The RoleDefinitionCreationInformation object has the following properties.

Property

Description

basePermissions

Gets or sets a value that specifies the permissions for the role definition.

description

Gets or sets a value that specifies a description of the role definition.

name

Gets or sets a value that specifies the name of the role definition.

order

Gets or sets a value that specifies the order in which roles are displayed.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.