Click or drag to resize
TypeManagerFindImplementation Method
Finds an implementation for given type.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public static RegisterImplementationAttribute FindImplementation(
	Type implementedType
)

Parameters

implementedType
Type: SystemType
Type for which to lookup an implementation.

Return Value

Type: RegisterImplementationAttribute
See Also