Interface IGraphItemBody
Represents properties of the body of an item, such as a message, event or group post.
Inherited Members
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
|