SP.UserCreationInformation object
Parameters to invite a user.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.UserCreationInformation()
The UserCreationInformation object has the following members.
Constructor
The UserCreationInformation object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.UserCreationInformation object. |
Methods
The UserCreationInformation object has the following methods.
|
Method |
Description |
|---|---|
|
|
|
|
|
Properties
The UserCreationInformation object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets a value that specifies the e-mail address for the user to be created. |
|
|
Gets or sets a value that specifies the login name for the user to be created. |
|
|
Gets or sets a value that specifies the display name for the user to be created. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |