summaryM:DotNetNuke.Security.Roles.Internal.TestableRoleController.GetRoleSettings(System.Int32)

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

Syntax

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

Parameters

roleId
Type: System..::..Int32
paramroleIdM:DotNetNuke.Security.Roles.Internal.TestableRoleController.GetRoleSettings(System.Int32)

Return Value

returnsM:DotNetNuke.Security.Roles.Internal.TestableRoleController.GetRoleSettings(System.Int32)

Implements

IRoleController..::..GetRoleSettings(Int32)

See Also