Search Results for

    Show / Hide Table of Contents

    Class ChannelElement

    Configuration element to specify Channel settings.

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    ChannelElement
    Inherited Members
    System.Configuration.ConfigurationElement.Init()
    System.Configuration.ConfigurationElement.IsModified()
    System.Configuration.ConfigurationElement.ResetModified()
    System.Configuration.ConfigurationElement.IsReadOnly()
    System.Configuration.ConfigurationElement.SetReadOnly()
    System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)
    System.Configuration.ConfigurationElement.InitializeDefault()
    System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElement.Equals(System.Object)
    System.Configuration.ConfigurationElement.GetHashCode()
    System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty, System.Object, System.Boolean)
    System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement, System.Configuration.ConfigurationElement, System.Configuration.ConfigurationSaveMode)
    System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter, System.String)
    System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter, System.Boolean)
    System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader, System.Boolean)
    System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)
    System.Configuration.ConfigurationElement.PostDeserialize()
    System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)
    System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String, System.String)
    System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String, System.Xml.XmlReader)
    System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)
    System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)
    System.Configuration.ConfigurationElement.LockAttributes
    System.Configuration.ConfigurationElement.LockAllAttributesExcept
    System.Configuration.ConfigurationElement.LockElements
    System.Configuration.ConfigurationElement.LockAllElementsExcept
    System.Configuration.ConfigurationElement.LockItem
    System.Configuration.ConfigurationElement.Item[System.Configuration.ConfigurationProperty]
    System.Configuration.ConfigurationElement.Item[System.String]
    System.Configuration.ConfigurationElement.Properties
    System.Configuration.ConfigurationElement.ElementInformation
    System.Configuration.ConfigurationElement.EvaluationContext
    System.Configuration.ConfigurationElement.ElementProperty
    System.Configuration.ConfigurationElement.HasContext
    System.Configuration.ConfigurationElement.CurrentConfiguration
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.Core.Data
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public class ChannelElement : ConfigurationElement

    Properties

    ChannelParameters

    Gets or sets the channel parameters.

    Declaration
    [ConfigurationProperty("ChannelParameters")]
    [ConfigurationCollection(typeof(ChannelParameterElement), AddItemName = "ChannelParameter")]
    public ChannelParameterElementCollection ChannelParameters { get; set; }
    Property Value
    Type Description
    ChannelParameterElementCollection

    The channel parameters.

    ConsiderProductLine

    Gets or sets the consider product line option.

    Declaration
    [ConfigurationProperty("considerProductLine", DefaultValue = "false", IsRequired = false)]
    public string ConsiderProductLine { get; set; }
    Property Value
    Type Description
    System.String

    The consider product line option.

    DisplayName

    Gets or sets the display name.

    Declaration
    [ConfigurationProperty("displayName", DefaultValue = "", IsRequired = false)]
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String

    The display name.

    Id

    Gets or sets the id.

    Declaration
    [ConfigurationProperty("id", DefaultValue = "", IsRequired = true)]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The id.

    OutputType

    Gets or sets the type of the output e.g. application/pdf, image/jpeg, text/html etc.

    Declaration
    [ConfigurationProperty("outputType", DefaultValue = "", IsRequired = false)]
    public string OutputType { get; set; }
    Property Value
    Type Description
    System.String

    The type of the output.

    PrivilegeId

    Gets or sets the privilege identifier.

    Declaration
    [ConfigurationProperty("privilegeId", DefaultValue = "", IsRequired = false)]
    public string PrivilegeId { get; set; }
    Property Value
    Type Description
    System.String

    The privilege identifier.

    TrackChanges

    Gets or sets the option to ask track changes.

    Declaration
    [ConfigurationProperty("trackChanges", DefaultValue = "", IsRequired = false)]
    public string TrackChanges { get; set; }
    Property Value
    Type Description
    System.String

    ASK, if user wants to specify Accept/Reject option otherwise empty.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.