Click or drag to resize
UserInfoCreateNewRolesDictionary Method
Creates a new empty dictionary for storing roles

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public SafeDictionary<string, Nullable<int>> CreateNewRolesDictionary()

Return Value

Type: SafeDictionaryString, NullableInt32
See Also