3.1.5.23.2.2.8 GetSiteCollectionGroup

Return Type: Microsoft.SharePoint.Client.Taxonomy.TermGroup

Gets the TermGroup (section 3.1.5.18) object related to a specified site collection or NULL if no such TermGroup (section 3.1.5.18) object exists and the createIfMissing parameter is false.

Parameters:

currentSite: The site collection containing the TermGroup (section 3.1.5.18) object to retrieve

Type: Microsoft.SharePoint.Client.Site

Microsoft.SharePoint.Client.Site is specified in [MS-CSOMSPT] section 3.2.5.119.

createIfMissing: Indicates whether to create a new TermGroup (section 3.1.5.18) object if one does not exist yet for the specified site collection.

Type: CSOM Boolean