Gets the new ID for given old ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- objectType
- Type: System String
Object type
- oldId
- Type: System Int32
Old ID
- codeNameColumn
- Type: System String
Code name column of the class
- siteId
- Type: System Int32
Site ID of the required object
- siteIdColumn
- Type: System String
Site ID column of the class
- parentIdColumn
- Type: System String
Parent ID column
- groupIdColumn
- Type: System String
Group ID column
- useDefaultValue
- Type: System Boolean
Indicates if default value should be used for ID
- outGroupId
- Type: System Int32
Returns Group ID value
Return Value
Type: Int32See Also