Click or drag to resize
ObjectFactoryGetFactory Method
Gets the factory for the given type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public static IObjectFactory GetFactory(
	Type type
)

Parameters

type
Type: SystemType
Type of the requested object factory

Return Value

Type: IObjectFactory
See Also