BaseObjectSelectorGetCodeName Method |
Converts ID of the object to its codename.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual string GetCodeName(
int id
)
Parameters
- id
- Type: SystemInt32
ID of the object, which code name is to be returned
Return Value
Type:
StringSee Also