Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IRoleRepository Interface / GetIdByName Method
The case-insensitive role name.
Version
GetIdByName Method (IRoleRepository)
Gets the ID of a role given the name.
Syntax
int GetIdByName( 
   string name
)

Parameters

name
The case-insensitive role name.

Return Value

The int ID that represents the role, or 0 if the role is not found.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also