Click or drag to resize
ApiControllerManagerGetControllerTypes Method
Returns a list of current API controller types.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 8.2.23
Syntax
C#
public Type[] GetControllerTypes()

Return Value

Type: Type
An array of type Type.
See Also