Table of Contents

Class XmlWebsiteItemTypeLayouts

Namespace
Dynamicweb.Content.Items.Metadata
Assembly
Dynamicweb.dll

Represents a metadata source that stores information about each website item layouts in a separate XML document.

public class XmlWebsiteItemTypeLayouts
Inheritance
XmlWebsiteItemTypeLayouts
Inherited Members

Constructors

XmlWebsiteItemTypeLayouts(int)

Initializes a new instance of an object.

public XmlWebsiteItemTypeLayouts(int areaId)

Parameters

areaId int

Properties

AreaId

public int AreaId { get; set; }

Property Value

int

PageItems

public WebsiteItemTypeLayoutCollection PageItems { get; set; }

Property Value

WebsiteItemTypeLayoutCollection

ParagraphItems

public WebsiteItemTypeLayoutCollection ParagraphItems { get; set; }

Property Value

WebsiteItemTypeLayoutCollection

Methods

Load()

public void Load()

Save()

public void Save()
To top