Click or drag to resize
RoleInfoProviderGetRoleInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static RoleInfo GetRoleInfoByGUID(
	Guid guid,
	int siteId
)

Parameters

guid
Type: SystemGuid
Object GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: RoleInfo
See Also