ContributorGroup Object

SharePoint Designer Developer Reference

Represents a single contributor group.

Version Information
 Version Added:  SPD 2007

Remarks

You can enable or disable individual settings, set a contributor group as the default, and name and describe a ContributorGroup object.

Use the SetSetting method and the Get Setting method, respectively, to set a setting for a ContributorGroup and retrieve a setting from a ContributorGroup. Constants for settings are listed in the ContributorSetting Enumeration topic.

Use the SetAsActiveGroup method to give the focus to an individual contributor group in ContributorGroups.

Use the Delete method to delete the specified ContributorGroup object.

Use the Application, Description, Name, and Parent properties, respectively, to return an object that represents the Office SharePoint Designer application, describe and name the ContributorGroup object, and return an object that represents the parent of the specified object.

See Also