Table of Contents

Class ItemRuleChecker

Namespace
Dynamicweb.Content.Items
Assembly
Dynamicweb.dll

Class ItemRuleChecker used for checking item rules when copying items.

public class ItemRuleChecker
Inheritance
ItemRuleChecker
Inherited Members

Methods

CanCopyPageWithItems(CreationRuleContext, string)

Determines whether an item instance can copy items in the specified creation context.

public static ApplicationResponse<CreationRuleContext> CanCopyPageWithItems(CreationRuleContext creationContext, string itemType)

Parameters

creationContext CreationRuleContext

The creation context.

itemType string

Type of the item.

Returns

ApplicationResponse<CreationRuleContext>

ApplicationResponse(Of CreationRuleContext).

To top