SaaS CMS has officially launched! Learn more now.

Class GlobalPropertyMergeAttribute

Attributes used for merging properies

Inheritance
System.Object
GlobalPropertyMergeAttribute
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: 7.19.2
Syntax
public class GlobalPropertyMergeAttribute

Constructors

GlobalPropertyMergeAttribute()

Declaration
public GlobalPropertyMergeAttribute()

GlobalPropertyMergeAttribute(String)

Declaration
public GlobalPropertyMergeAttribute(string name)
Parameters
Type Name Description
System.String name

GlobalPropertyMergeAttribute(String, String)

Declaration
public GlobalPropertyMergeAttribute(string name, string value)
Parameters
Type Name Description
System.String name
System.String value

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Value

Declaration
public string Value { get; }
Property Value
Type Description
System.String

Extension Methods