Table of Contents

Class ChildRuleAttribute

Namespace
Dynamicweb.Content.Items.Annotations
Assembly
Dynamicweb.dll
public class ChildRuleAttribute : RuleAttributeBase
Inheritance
ChildRuleAttribute
Inherited Members

Constructors

ChildRuleAttribute(bool)

Initializes a new instance of an object.

public ChildRuleAttribute(bool allowRegularPage)

Parameters

allowRegularPage bool

ChildRuleAttribute(params string[])

Initializes a new instance of an object.

public ChildRuleAttribute(params string[] value)

Parameters

value string[]

value for restriction rule.

To top