AbstractInfoTInfoNew Method (IDataContainer, String) |
Creates new object of the given class
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static TInfo New(
IDataContainer dc,
string objectType = null
)
Parameters
- dc
- Type: CMS.BaseIDataContainer
Container with the source data - objectType (Optional)
- Type: SystemString
Object type
Return Value
Type:
TInfoSee Also