Click or drag to resize
ObjectFactoryGetFactoryGenericTObject Method
Creates an object by an external factory of the given type

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
protected static IObjectFactory GetFactoryGeneric<TObject>()

Type Parameters

TObject

Return Value

Type: IObjectFactory
See Also