| BaseAbstractInfoProviderGetId Method  | 
            Gets the ID by the given code name
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static int GetId(
	string objectType,
	string codeName
)
Parameters
- objectType
 - Type: SystemString
Object type - codeName
 - Type: SystemString
Object code name 
Return Value
Type: 
Int32
See Also