This documentation is archived and is not being maintained.

SP.GroupCreationInformation object

SharePoint 2013

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

Last modified: March 09, 2015

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

var object = new SP.GroupCreationInformation()

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.

Show: