Click or drag to resize
SKUTreeNodeFactoryCanCreateObject Method (Object)
Returns true if the factory is able to create the object based on the given parameter

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public override bool CanCreateObject(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Object parameter

Return Value

Type: Boolean

Implements

IObjectFactoryCanCreateObject(Object)
See Also