Table of Contents

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

name string
data string

Properties

Key

public string Key { readonly get; set; }

Property Value

string

Value

public string Value { readonly get; set; }

Property Value

string
To top