AbstractInfoTInfoNew Method (ActionTInfo, 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(
Action<TInfo> initializer = null,
string objectType = null
)
Parameters
- initializer (Optional)
- Type: SystemActionTInfo
Optional initializer to set additional properties to the object - objectType (Optional)
- Type: SystemString
Object type
Return Value
Type:
TInfoSee Also