Table of Contents

Class ParagraphItemTypeRestrictionRule

Namespace
Dynamicweb.Content.Items.Activation
Assembly
Dynamicweb.dll
Class ParagraphItemTypeRestrictionRule used for restricting where paragraph items can be created in the page structure.
[Name("Paragraph item types")]
[AddInTarget("Pages")]
[Obsolete("Use ChildItemTypeRestrictionRule instead")]
public class ParagraphItemTypeRestrictionRule : ChildItemTypeRestrictionRule
Inheritance
ParagraphItemTypeRestrictionRule
Inherited Members

Constructors

ParagraphItemTypeRestrictionRule()

public ParagraphItemTypeRestrictionRule()
See Also

Methods

CanCreateInner(CreationRuleContext, Page)

protected override bool CanCreateInner(CreationRuleContext context, Page parent)

Parameters

context CreationRuleContext
parent Page

Returns

bool
See Also

GetMetadata(CreationRuleEditorContext)

protected override MetadataContainer GetMetadata(CreationRuleEditorContext context)

Parameters

context CreationRuleEditorContext

Returns

MetadataContainer
See Also

See Also

To top