Search Results for

    Show / Hide Table of Contents

    Class ContentShareEvent

    Inheritance
    object
    ApplicationEvent
    ContentShareEvent
    Inherited Members
    ApplicationEvent.Timestamp
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class ContentShareEvent : ApplicationEvent

    Properties

    AddedContentIds

    Declaration
    [JsonProperty("addedContentIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> AddedContentIds { get; set; }
    Property Value
    ICollection<string>

    ShareId

    Declaration
    [JsonProperty("shareId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ShareId { get; set; }
    Property Value
    string

    ShareType

    Declaration
    [JsonProperty("shareType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    [JsonConverter(typeof(StringEnumConverter))]
    public ShareType ShareType { get; set; }
    Property Value
    ShareType

    Methods

    FromJson(string)

    Declaration
    public static ContentShareEvent FromJson(string data)
    Parameters
    string data

    Returns
    ContentShareEvent

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX