Click or drag to resize
AbstractManagerManagerTypeChangeManagerTypeTo Method
Changes the manager type to the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public override void ChangeManagerTypeTo(
	Type newType
)

Parameters

newType
Type: SystemType
New manager type
See Also