Search Results for

    Show / Hide Table of Contents

    Interface IGraphGroup

    A Microsoft 365 Group

    Inherited Members
    IDataModel<IGraphGroup>.Requested
    IDataModel<IGraphGroup>.HasValue(String)
    IDataModel<IGraphGroup>.HasChanged(String)
    IDataModel<IGraphGroup>.IsPropertyAvailable(Expression<Func<IGraphGroup, Object>>)
    IDataModel<IGraphGroup>.ArePropertiesAvailable(Expression<Func<IGraphGroup, Object>>[])
    IDataModel<IGraphGroup>.EnsureProperties(Expression<Func<IGraphGroup, Object>>[])
    IDataModel<IGraphGroup>.EnsurePropertiesAsync(Expression<Func<IGraphGroup, Object>>[])
    IDataModel<IGraphGroup>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphGroup>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphGroup>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphGroup>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphGroup>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphGroup>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IGraphGroup>.GetBatchAsync(Batch, Expression<Func<IGraphGroup, Object>>[])
    IDataModelGet<IGraphGroup>.GetAsync(Expression<Func<IGraphGroup, Object>>[])
    IDataModelLoad<IGraphGroup>.LoadBatchAsync(Batch, Expression<Func<IGraphGroup, Object>>[])
    IDataModelLoad<IGraphGroup>.LoadAsync(Expression<Func<IGraphGroup, Object>>[])
    IGraphPrincipal.Id
    Namespace: PnP.Core.Model.Security
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphGroup : IDataModel<IGraphGroup>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphGroup>, IDataModelGet<IGraphGroup>, IDataModelLoad<IGraphGroup>, IGraphPrincipal, IQueryableDataModel

    Properties

    Classification

    Classification of this group

    Declaration
    string Classification { get; set; }
    Property Value
    System.String

    CreatedDateTime

    When was this group created

    Declaration
    DateTimeOffset CreatedDateTime { get; }
    Property Value
    DateTimeOffset

    Description

    Description of the Microsoft 365 Group

    Declaration
    string Description { get; set; }
    Property Value
    System.String

    DisplayName

    Name of the Microsoft 365 Group

    Declaration
    string DisplayName { get; set; }
    Property Value
    System.String

    Mail

    Email address of this Microsoft 365 group

    Declaration
    string Mail { get; }
    Property Value
    System.String

    MailEnabled

    Is this group mail enabled

    Declaration
    bool MailEnabled { get; set; }
    Property Value
    System.Boolean

    MailNickname

    Mail nickname of this Microsoft 365 group

    Declaration
    string MailNickname { get; }
    Property Value
    System.String

    Visibility

    Visibility of this group

    Declaration
    GroupVisibility Visibility { get; set; }
    Property Value
    GroupVisibility

    WebUrl

    Url of the SharePoint site connected to this Microsoft 365 group

    Declaration
    Uri WebUrl { get; }
    Property Value
    Uri

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer