Dynamicweb 8 Documentation
GetAllowedItems Method

Creation rule context.
Returns value indicating whether items can be created according to the given creation rule context.
Syntax
'Declaration
 
Public Function GetAllowedItems( _ 
   ByVal context As CreationRuleContext _ 
) As IEnumerable(Of ItemType)
public IEnumerable<ItemType> GetAllowedItems( 
   CreationRuleContext context 
)

Parameters

context
Creation rule context.

Return Value

Value indicating whether items can be created according to the given creation rule context.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActivationManager Class
ActivationManager Members

Send Feedback