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(Expression<Func<IGraphItemBody, Object>>[])
    IDataModel<IGraphItemBody>.EnsureProperties(Expression<Func<IGraphItemBody, Object>>[])
    IDataModel<IGraphItemBody>.EnsurePropertiesAsync(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
    System.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