Table of Contents

Class CreationRuleEditorContext

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

Represents a editor context.

public class CreationRuleEditorContext
Inheritance
CreationRuleEditorContext
Inherited Members

Constructors

CreationRuleEditorContext()

Initializes a new instance of an object.

public CreationRuleEditorContext()

Properties

Object

Gets or sets context object.

public object Object { get; set; }

Property Value

object
To top