| BaseObjectSelectorGetID Method | 
            Converts object name to ID on the specific site
            
 
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual int GetID(
	string name,
	string siteName
)
Parameters
- name
- Type: SystemString
 Name of the object to find ID for.
- siteName
- Type: SystemString
 Name of the site.
Return Value
Type: 
Int32 See Also
See Also