Search Results for

    Show / Hide Table of Contents

    Interface IGraphItemBody

    Represents properties of the body of an item, such as a message, event or group post.

    Inherited Members
    IDataModel<IGraphItemBody>.Requested
    IDataModel<IGraphItemBody>.HasValue(string)
    IDataModel<IGraphItemBody>.HasChanged(string)
    IDataModel<IGraphItemBody>.IsPropertyAvailable(Expression<Func<IGraphItemBody, object>>)
    IDataModel<IGraphItemBody>.ArePropertiesAvailable(params Expression<Func<IGraphItemBody, object>>[])
    IDataModel<IGraphItemBody>.EnsureProperties(params Expression<Func<IGraphItemBody, object>>[])
    IDataModel<IGraphItemBody>.EnsurePropertiesAsync(params Expression<Func<IGraphItemBody, object>>[])
    IDataModel<IGraphItemBody>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphItemBody>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphItemBody>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphItemBody>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphItemBody>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphItemBody>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphItemBody : IDataModel<IGraphItemBody>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphItemBody>

    Properties

    Content

    The content of the item.

    Declaration
    string Content { get; set; }
    Property Value
    string

    ContentType

    The type of the content.

    Declaration
    EventBodyType ContentType { get; set; }
    Property Value
    EventBodyType

    Extension Methods

    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