Share via


ContributorGroups.Add Method

SharePoint Designer Developer Reference

Adds a ContributorGroup object to a ContributorGroups object.

Version Information
 Version Added:  SPD 2007

Syntax

expression.Add(Name, Description)

expression   An expression that returns a ContributorGroups object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the ContributorGroup object
Description Optional String The description of the ContributorGroup object

Return Value
ContributorGroup

See Also