Share via


ContributorGroups.Delete Method

SharePoint Designer Developer Reference

Deletes a ContributorGroup object from ContributorGroups.

Version Information
 Version Added:  SPD 2007

Syntax

expression.Delete(Index)

expression   An expression that returns a ContributorGroups object.

Parameters

Name Required/Optional Data Type Description
Index Required Variant Refers to an item in ContributorGroups. Can be any number corresponding to a ContributorGroup object in ContributorGroups, with the index beginning at zero.

See Also