Interface IStructuredField
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Definition of the structured field configuration
public interface IStructuredField
- Extension Methods
Properties
FieldName
Info field name
string FieldName { get; }
Property Value
- string
Methods
CreateStructuredValue(string)
Creates the object from the given XML value
IStructuredData CreateStructuredValue(string xmlValue)
Parameters
xmlValue
string