RoleDefinitionCreationInformation members

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

The RoleDefinitionCreationInformation type exposes the following members.

Constructors

  Name Description
Public method RoleDefinitionCreationInformation Initializes a new instance of the RoleDefinitionCreationInformation object.

Top

Properties

  Name Description
Public property BasePermissions Gets or sets a value that specifies the permissions for the role definition.
Public property Description Gets or sets a value that specifies a description of the role definition.
Public property Name Gets or sets a value that specifies the name of the role definition.
Public property Order Gets or sets a value that specifies the order in which roles are displayed.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

RoleDefinitionCreationInformation class

Microsoft.SharePoint.Client namespace