Table of Contents

Class CreationRuleContext

Namespace
Dynamicweb.Content.Items.Activation
Assembly
Dynamicweb.dll

Represents a creation rule context.

public class CreationRuleContext
Inheritance
CreationRuleContext
Inherited Members

Constructors

CreationRuleContext()

Initializes a new instance of an object.

public CreationRuleContext()

Properties

AreaId

Gets or sets the Id of the language area under which the item is about to created.

public int AreaId { get; set; }

Property Value

int

Container

Gets or sets the name of container to which the item is about to be attached.

public string Container { get; set; }

Property Value

string

Remarks

Only for paragraph based items.

PageId

Gets or sets the Id of the page to which the item is about to be attached.

public int PageId { get; set; }

Property Value

int

ParentPageId

Gets or sets the Id of the parent page to which the item as about to be attached.

public int ParentPageId { get; set; }

Property Value

int

StructureType

Gets or sets the type of structure to which the item is about to be attached.

public StructureContextType StructureType { get; set; }

Property Value

StructureContextType
To top