AbstractInfo<TInfo>.New Method (String) |
Creates new object of the given class based on the given object type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public static TInfo New(
string objectType
)
Parameters
- objectType
- Type: System.String
Object type
Return Value
Type:
TInfoSee Also