Class EditorMetadata
- Namespace
- Dynamicweb.Content.Items.Metadata
- Assembly
- Dynamicweb.dll
Represents field editor metadata.
- Inheritance
-
Editor
Metadata
- Implements
- Inherited Members
Constructors
EditorMetadata()
Initializes a new instance of an object.
EditorMetadata(EditorMetadata)
Initializes a new instance of an object.
Parameters
copyFrom
EditorMetadata Object to copy state from.
Exceptions
- Argument
Null Exception copyFrom
is null.
Properties
TypeName
Gets or sets tye assembly-qualified name of the editor type.
Property Value
Methods
CompareTo(EditorMetadata?)
Compares the current object with the given one and returns the comparison result.
Parameters
other
EditorMetadata Object to compare with.
Returns
- int
Comparison result.
CopyTo(EditorMetadata)
Copies the state of the current object into the given one.
Parameters
target
EditorMetadata Object to copy state into.
Exceptions
- Argument
Null Exception target
is null.