Search Results for

    Show / Hide Table of Contents

    Class EnqueueCreateEmbedAction

    Enqueue creation of an embed

    Inheritance
    System.Object
    BusinessRuleAction
    EnqueueCreateEmbedAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class EnqueueCreateEmbedAction : BusinessRuleAction

    Properties

    ConversionString

    Optional conversion to apply to the output.

    Declaration
    public string ConversionString { get; set; }
    Property Value
    System.String

    EmbedDescription

    Optional description of the embed.

    Declaration
    public string EmbedDescription { get; set; }
    Property Value
    System.String

    EmbedName

    Name of the embed. If empty, it will be automatically initialized with the 'Embed_{RuleId}'.

    Declaration
    public string EmbedName { get; set; }
    Property Value
    System.String

    ExpirationDate

    Optional date when embed expires and cannot be accessed anymore: It must be in ISO format, with or without milliseconds 'yyyy-MM-ddTHH:mm:ss(.fffffff)K'.

    Declaration
    public string ExpirationDate { get; set; }
    Property Value
    System.String

    LockDeliveryOptions

    Indicates if the conversion is locked and therefore cannot be changed by the caller of the embed URI.

    Declaration
    public bool LockDeliveryOptions { get; set; }
    Property Value
    System.Boolean

    OutputFormatId

    Output format of the content to be embedded.

    Declaration
    public string OutputFormatId { get; set; }
    Property Value
    System.String

    StoreIn

    Optional variable name to store in the url of the embed that will be created.

    Declaration
    public string StoreIn { get; set; }
    Property Value
    System.String

    Methods

    FromJson(String)

    Declaration
    public static EnqueueCreateEmbedAction FromJson(string data)
    Parameters
    System.String data

    Returns
    EnqueueCreateEmbedAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX