Group Members
Include Protected Members
Include Inherited Members
Represents the top-level container in a TermStore object.
The Group type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Contributors | Returns the SPAcl indicating the users who are contributors to the current Group object. |
![]() |
CreatedDate | Gets the DateTime at which this item was created. (Inherited from TaxonomyItem.) |
![]() |
Description | Gets or sets the description of this Group object |
![]() |
GroupManagers | Returns the SPAcl indicating the users who are group managers for this Group object. |
![]() |
Id | Gets the Id of the current T:Microsoft.SharePoint.Taxonomy.TaxonomyItem. (Inherited from TaxonomyItem.) |
![]() |
IsSiteCollectionGroup | Gets whether this Group object is a site collection Group. |
![]() |
IsSystemGroup | Gets whether this Group object is the system Group. |
![]() |
LastModifiedDate | Gets the DateTime at which this item was most recently updated. (Inherited from TaxonomyItem.) |
![]() |
Name | Gets or sets the name of this Group object. (Overrides TaxonomyItem.Name.) |
![]() |
SiteCollectionAccessIds | Gets a list of SPSite IDs that have access to the local site collection group. |
![]() |
TermSets | Gets a collection of the child TermSet instances of this Group |
![]() |
TermStore | Gets the TermStore object from which the current TaxonomyItem was retrieved. (Inherited from TaxonomyItem.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddContributor | Adds a contributor to the Group object. |
![]() |
AddGroupManager | Adds a group manager to the Group object. |
![]() |
AddSiteCollectionAccess | Adds a site collection to have access to its local site collection group. |
![]() |
CreateTermSet(String) | Creates a new TaxonomyTermSet object in this Group object by using the term store working language. |
![]() |
CreateTermSet(String, Guid) | Creates a new T:Microsoft.SharePoint.Taxonomy.TermSet object in this T:Microsoft.SharePoint.Taxonomy.Group object by using the working language of the TermStore object and the specified unique identifier. |
![]() |
CreateTermSet(String, Int32) | Creates a new TermSet object in the current Group object by using the provided language. |
![]() |
CreateTermSet(String, Guid, Int32) | Creates a new TermSet object in the current Group object by using the provided language and the specified unique identifier. |
![]() |
Delete | Deletes this Group from the TermStore object. (Overrides TaxonomyItem.Delete().) |
![]() |
DeleteContributor | Deletes a contributor from the Group object. |
![]() |
DeleteGroupManager | Deletes a group manager from the Group object. |
![]() |
DeleteSiteCollectionAccess | Removes site collection access to local site collection group. |
![]() |
DoesUserHavePermissions | Checks whether the current user has the permissions specified. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Export | This method is not implemented. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChanges(DateTime) | Gets a collection of ChangedItem objects that represent changes to this Group since a specified time. |
![]() |
GetChanges(DateTime, ChangedItemType) | Gets a collection of ChangedItem instances that represent changes to the current Group object since a specified time, restricted by item type. |
![]() |
GetChanges(DateTime, ChangedItemType, ChangedOperationType) | Gets a collection of ChangedItem objects that represent changes to this Group object since a specified time, restricted by item type and operation type. |
![]() |
GetEffectivePermissions | Gets the TaxonomyRights permissions of the current user in this Group object |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top