Search Results for

    Show / Hide Table of Contents

    Class LocalReferenceElement

    Defines the local reference configuration element.

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    LocalReferenceElement
    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 LocalReferenceElement : ConfigurationElement

    Constructors

    LocalReferenceElement()

    Initializes a new instance of the RelationTypeElement class.

    Declaration
    public LocalReferenceElement()

    Properties

    ComponentRoot

    Gets or sets the component root.

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

    The component root.

    DisableXPath

    Gets or sets the disable XPath.

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

    The disable XPath.

    FileDeletionOption

    Gets or sets the file deletion option.

    Declaration
    [ConfigurationProperty("fileDeletionOption", DefaultValue = FileDeletionOptions.NO, IsRequired = false)]
    public FileDeletionOptions FileDeletionOption { get; set; }
    Property Value
    Type Description
    FileDeletionOptions

    The file deletion option.

    NameConflictResolveOption

    Gets or sets the name conflict resolve option.

    Declaration
    [ConfigurationProperty("nameConflictResolveOption", DefaultValue = NameConflictResolveOptions.NONE, IsRequired = false)]
    public NameConflictResolveOptions NameConflictResolveOption { get; set; }
    Property Value
    Type Description
    NameConflictResolveOptions

    The name conflict resolve option.

    RelativeSaveLocation

    Gets or sets the relative save location.

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

    The relative save location.

    RelinkOption

    Gets or sets the relink option.

    Declaration
    [ConfigurationProperty("relinkOption", DefaultValue = RelinkOptions.LINK, IsRequired = false)]
    public RelinkOptions RelinkOption { get; set; }
    Property Value
    Type Description
    RelinkOptions

    The relink option.

    SaveAsMinorVersion

    Gets or sets the save as minor version.

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

    The save as minor version.

    SaveLocationChoice

    Gets or sets the save location choice.

    Declaration
    [ConfigurationProperty("saveLocationChoice", DefaultValue = SaveLocationChoices.PARENT_LOCATION, IsRequired = false)]
    public SaveLocationChoices SaveLocationChoice { get; set; }
    Property Value
    Type Description
    SaveLocationChoices

    The save location choice.

    SearchLocationChoice

    Gets or sets the search location choice.

    Declaration
    [ConfigurationProperty("searchLocationChoice", DefaultValue = SearchLocationChoices.GLOBAL, IsRequired = false)]
    public SearchLocationChoices SearchLocationChoice { get; set; }
    Property Value
    Type Description
    SearchLocationChoices

    The search location choice.

    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.