Returns a list with all roles with implicit permissions on Folders

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

Syntax

C#
public virtual IEnumerable<RoleInfo> ImplicitRolesForFolders(
	int portalId
)
Visual Basic
Public Overridable Function ImplicitRolesForFolders ( 
	portalId As Integer
) As IEnumerable(Of RoleInfo)

Parameters

portalId
Type: System..::..Int32
The Portal Id where the permissions are

Return Value

A List with the implicit roles

See Also