SP.GroupCreationInformation object

An object used to facilitate creation of a cross-site group.

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

var object = new SP.GroupCreationInformation()

Members

The GroupCreationInformation object has the following members.

Constructor

The GroupCreationInformation object has the following constructor.

Constructor

Description

GroupCreationInformation

Initializes a new instance of the SP.GroupCreationInformation object.

Properties

The GroupCreationInformation object has the following properties.

Property

Description

description

Gets or sets a string that contains the description of the group to be created.

title

Gets or sets a string that contains the name of the group to be created.

typeId

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