ContributorGroups Object

SharePoint Designer Developer Reference

Represents management functionality for contributor groups. The ContributorGroups object stores and manages data for individual ContributorGroup objects.

Version Information
 Version Added:  SPD 2007

Remarks

Use the Add method and the Delete method, respectively, to add and delete ContributorGroup objects to and from the ContributorGroups object.

Use the Count property, Item property, and Parent property, respectively, to represent the total number of contributor groups in ContributorGroups, return an individual contributor group in ContributorGroups and its ordinal position, and return an object that represents the parent of a specified object.

Use the Application property to return an object that represents the Office SharePoint Designer application.

See Also