summaryM:DotNetNuke.Security.PortalSecurity.IsInRole(System.String)

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

Syntax

C#
public static bool IsInRole(
	string role
)
Visual Basic
Public Shared Function IsInRole ( 
	role As String
) As Boolean

Parameters

role
Type: System..::..String
paramroleM:DotNetNuke.Security.PortalSecurity.IsInRole(System.String)

Return Value

returnsM:DotNetNuke.Security.PortalSecurity.IsInRole(System.String)

See Also