AbstractManagerChangeManagerTypeTo Method |
Changes the manager type to the given type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public abstract void ChangeManagerTypeTo(
Type newType
)
Parameters
- newType
- Type: SystemType
New manager type
See Also