Search Results for

    Show / Hide Table of Contents

    Class OutputFormatBehaviors

    Behaviors of OutputFormat

    Inheritance
    object
    OutputFormatBehaviors
    Inherited Members
    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 OutputFormatBehaviors

    Properties

    DownloadDialogBehavior

    Behavior for DownloadDialog.

    Declaration
    [JsonProperty("downloadDialogBehavior", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public DownloadDialogBehavior DownloadDialogBehavior { get; set; }
    Property Value
    DownloadDialogBehavior

    MediaEditorBehavior

    Behavior for media editor.

    Declaration
    [JsonProperty("mediaEditorBehavior", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public MediaEditorBehavior MediaEditorBehavior { get; set; }
    Property Value
    MediaEditorBehavior

    ShareOutputAccessBehaviors

    Behavior when sharing.

    Declaration
    [JsonProperty("shareOutputAccessBehaviors", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public OutputFormatShareOutputAccessBehaviors ShareOutputAccessBehaviors { get; set; }
    Property Value
    OutputFormatShareOutputAccessBehaviors

    Methods

    FromJson(string)

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

    Returns
    OutputFormatBehaviors

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX