Click or drag to resize

ActivationManagerGetAllowedItems Method (CreationRuleContext, IEnumerableType)

Namespace:  Dynamicweb.Content.Items.Activation
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public IEnumerable<ItemType> GetAllowedItems(
	CreationRuleContext context,
	IEnumerable<Type> ruleTypes
)

Parameters

context
Type: Dynamicweb.Content.Items.ActivationCreationRuleContext
ruleTypes
Type: System.Collections.GenericIEnumerableType

Return Value

Type: IEnumerableItemType
See Also