Dynamicweb 8 Documentation
CanCreate Method (ChildItemTypeRestrictionRule)

Creation context.
Returns value indicating whether item of can be created according to the given creation context.
Syntax
'Declaration
 
Public Overrides Function CanCreate( _ 
   ByVal context As CreationRuleContext _ 
) As Boolean
public override bool CanCreate( 
   CreationRuleContext context 
)

Parameters

context
Creation context.

Return Value

Value indicating whether item of can be created according to the given creation 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

ChildItemTypeRestrictionRule Class
ChildItemTypeRestrictionRule Members
Base Implementation in CanCreate

Send Feedback