Search Results for

    Show / Hide Table of Contents

    Class ChatMessageHostedContentOptions

    Chat Message Hosted Content options

    Inheritance
    object
    ChatMessageHostedContentOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class ChatMessageHostedContentOptions

    Properties

    ContentBytes

    Hosted content bytes

    Declaration
    public string ContentBytes { get; set; }
    Property Value
    string

    ContentType

    Hosted content type

    Declaration
    public string ContentType { get; set; }
    Property Value
    string

    Id

    Hosted Content Id

    Declaration
    public string Id { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer