Dynamicweb 8 Documentation
CanCreate Method (CreationRule)

Creation context.
Returns value indicating whether item of can be created according to the given creation context.
Syntax
'Declaration
 
Public MustOverride Function CanCreate( _ 
   ByVal context As CreationRuleContext _ 
) As Boolean
public abstract 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

CreationRule Class
CreationRule Members

Send Feedback