Group.CreateTermSet Method
Include Protected Members
Include Inherited Members
Creates a TermSet object in the current Group object.
Overload List
Name | Description | |
---|---|---|
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. |
Top