AbstractManagerChangeManagerTypeOriginalType Method |
Changes the default manager type to the given type
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax protected void ChangeManagerType<OriginalType>(
Type newType
)
where OriginalType : class, new()
Parameters
- newType
- Type: SystemType
New manager type
Type Parameters
- OriginalType
See Also