Click or drag to resize

WebsiteItemTypeLayoutCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Dynamicweb.Content.Items.MetadataWebsiteItemTypeLayoutCollection

Namespace:  Dynamicweb.Content.Items.Metadata
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[SerializableAttribute]
[XmlRootAttribute("ItemLayouts")]
public class WebsiteItemTypeLayoutCollection : Dictionary<string, string>, 
	IXmlSerializable

The WebsiteItemTypeLayoutCollection type exposes the following members.

Constructors
  NameDescription
Public methodWebsiteItemTypeLayoutCollection
Initializes a new instance of the WebsiteItemTypeLayoutCollection class
Protected methodWebsiteItemTypeLayoutCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the WebsiteItemTypeLayoutCollection class
Top
Methods
  NameDescription
Public methodGetSchema
Public methodReadXml
Public methodWriteXml
Top
See Also