ContributorRegion Object

SharePoint Designer Developer Reference

Represents an individual editable region in Contributor Mode.

Version Information
 Version Added:  SPD 2007

Remarks

You can set and retrieve individual settings and name and describe a ContributorRegion object.

Use the SetSettingForGroup method and the GetSettingForGroup method, respectively, to set a setting for a ContributorRegion object and retrieve a setting from a ContributorRegion. Constants for settings are listed in the ContributorSetting Enumeration topic.

Use the Delete method to delete the specified ContributorRegion object.

Use the Application, Description, Name, Groups, and Parent properties, respectively, to return an object that represents the Office SharePoint Designer application, describe and name the ContributorRegion object, return a ContributorRegion object that represents the editable regions available to the currently active ContributorRegion object, and return an object that represents the parent of the specified object.

See Also