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
Description
Description giving details on the group.
string Description { get; set; }
Property Value
Id
The Unique ID of the Group.
string Id { get; }
Property Value
Name
Name of the group.
string Name { get; set; }
Property Value
Scope
Returns type of group. Possible values are 'global', 'system' and 'siteCollection'.
TermGroupScope Scope { get; set; }
Property Value
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; }