Gets the settings for a role

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IDictionary<string, string> GetRoleSettings(
	int roleId
)
Visual Basic
Function GetRoleSettings ( 
	roleId As Integer
) As IDictionary(Of String, String)

Parameters

roleId
Type: System..::..Int32
Id of the role

Return Value

A Dictionary of settings

See Also