Table of Contents

Interface IGraphItemBody

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

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

public interface IGraphItemBody : IDataModel<IGraphItemBody>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphItemBody>
Inherited Members
Extension Methods

Properties

Content

The content of the item.

string Content { get; set; }

Property Value

string

ContentType

The type of the content.

EventBodyType ContentType { get; set; }

Property Value

EventBodyType