This topic has not yet been rated - Rate this topic

Group Class

SharePoint 2010

Represents the top-level container in a TermStore object.

System.Object
  Microsoft.SharePoint.Taxonomy.TaxonomyItem
    Microsoft.SharePoint.Taxonomy.Group

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Group : TaxonomyItem

The Group object contains one or more child TermSet instances, and these can be accessed through the TermSets property. The Group class also provides methods for creating new child TermSet objects.

Permissions for editing child Term and TermSet instances is specified on the group. The Group class provides methods for getting and setting permissions on the group, and for checking permissions.

The Group class also provides properties to get and set values of the Group object such as name and description, and enables the deletion of groups.

Additionally the Group class provides methods for checking changes on the Group object.

The Group class derives from the TaxonomyItem base class which provides additional properties such as Id and TermStore

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ