Click or drag to resize
SKUTreeNodeFactoryCanCreateObject Method (String)
Returns true if the factory is able to create the object of the given type

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected bool CanCreateObject(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also