Click or drag to resize
ObjectFactoryTCanCreateObject Method
Returns true if the factory is able to create the object based on the given parameter

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public virtual bool CanCreateObject(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Object parameter

Return Value

Type: Boolean

Implements

IObjectFactoryCanCreateObject(Object)
See Also