Table of Contents

Interface ITermGroup

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Microsoft 365 Term group

public interface ITermGroup : IDataModel<ITermGroup>, IDataModelParent, IDataModelWithContext, ISupportModules<ITermGroup>, IDataModelGet<ITermGroup>, IDataModelLoad<ITermGroup>, IDataModelUpdate, IDataModelDelete, IQueryableDataModel
Inherited Members
Extension Methods

Properties

CreatedDateTime

Date and time of group creation. Read-only.

DateTimeOffset CreatedDateTime { get; }

Property Value

DateTimeOffset

Description

Description giving details on the group.

string Description { get; set; }

Property Value

string

Id

The Unique ID of the Group.

string Id { get; }

Property Value

string

Name

Name of the group.

string Name { get; set; }

Property Value

string

Scope

Returns type of group. Possible values are 'global', 'system' and 'siteCollection'.

TermGroupScope Scope { get; set; }

Property Value

TermGroupScope

Sets

Collection of term sets in this term group Implements IQueryable<T>.
See Requesting model collections and IQueryable performance considerations to learn more.

ITermSetCollection Sets { get; }

Property Value

ITermSetCollection