TermStore.GetSiteCollectionGroup(Site, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.Taxonomy.TermGroup GetSiteCollectionGroup (Microsoft.SharePoint.Client.Site currentSite, bool createIfMissing);
member this.GetSiteCollectionGroup : Microsoft.SharePoint.Client.Site * bool -> Microsoft.SharePoint.Client.Taxonomy.TermGroup
Public Function GetSiteCollectionGroup (currentSite As Site, createIfMissing As Boolean) As TermGroup
Parameters
- currentSite
- Site
- createIfMissing
- Boolean
Returns
- Attributes