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 { get; set; }
  Property Value
Value
public string Value { get; set; }