| RoleInfoProviderGetAllRoles Method (Int32) | 
            Returns DataSet with roles of given site (if siteId > 0) or with all roles.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<RoleInfo> GetAllRoles(
	int siteId
)
Parameters
- siteId
- Type: SystemInt32
 SiteID of site which roles we want to return
Return Value
Type: 
InfoDataSetRoleInfo See Also
See Also