Click or drag to resize
RoleInfoProviderGetRoleInfo Method (Int32)

Note: This API is now obsolete.

Returns the RoleInfo structure for the specified role.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRoleInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RoleInfo.Provider.")]
public static RoleInfo GetRoleInfo(
	int roleId
)

Parameters

roleId
Type: SystemInt32
RoleID to use for retrieving the role data

Return Value

Type: RoleInfo
See Also