ProviderHelperGetId Method |
Gets the ID by the given code name
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static int GetId(
string objectType,
string codeName
)
Parameters
- objectType
- Type: SystemString
Object type - codeName
- Type: SystemString
Object code name
Return Value
Type:
Int32See Also