Struct WebsiteItemTypeLayoutCollection.XmlKeyValue
- Namespace
- Dynamicweb.Content.Items.Metadata
- Assembly
- Dynamicweb.dll
Helper struct to control XmlSerialization process.
[Serializable]
public struct WebsiteItemTypeLayoutCollection.XmlKeyValue
- Inherited Members
Constructors
XmlKeyValue(string, string)
public XmlKeyValue(string name, string data)
Parameters
Properties
Key
public string Key { readonly get; set; }
Property Value
Value
public string Value { readonly get; set; }