TranslationHelperGetID Method (String, String, String, Int32, Int32) |
Note: This API is now obsolete.
Returns the object ID for specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use public int GetID(TranslationParameters parameters) method instead.")]
public int GetID(
string objectType,
string codeName,
string siteName,
int parentId,
int groupId
)
Parameters
- objectType
- Type: SystemString
Object type - codeName
- Type: SystemString
Code name - siteName
- Type: SystemString
Site name - parentId
- Type: SystemInt32
Parent ID - groupId
- Type: SystemInt32
Group ID
Return Value
Type:
Int32See Also