Click or drag to resize
IObjectFactoryCanCreateObject Method
Returns true if the factory is able to create the object of the given type

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

Parameters

parameter
Type: SystemObject

Return Value

Type: Boolean
See Also