Class GlobalPropertyMergeElement
Elements used for merging properties
Inheritance
System.Object
GlobalPropertyMergeElement
Inherited Members
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: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class GlobalPropertyMergeElement
Constructors
GlobalPropertyMergeElement()
Declaration
public GlobalPropertyMergeElement()
GlobalPropertyMergeElement(String)
Declaration
public GlobalPropertyMergeElement(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
GlobalPropertyMergeElement(String, String)
Declaration
public GlobalPropertyMergeElement(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
GlobalPropertyMergeElement(String, String, String)
Declaration
public GlobalPropertyMergeElement(string name, string value, string elementStarters)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value | |
System.String | elementStarters |
Properties
ElementStarters
Declaration
public string ElementStarters { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |