summaryM:DotNetNuke.Security.Permissions.FolderPermissionController.HasFolderPermission(System.Int32,System.String,System.String)

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

Syntax

C#
public static bool HasFolderPermission(
	int portalId,
	string folderPath,
	string permissionKey
)
Visual Basic
Public Shared Function HasFolderPermission ( 
	portalId As Integer,
	folderPath As String,
	permissionKey As String
) As Boolean

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Security.Permissions.FolderPermissionController.HasFolderPermission(System.Int32,System.String,System.String)
folderPath
Type: System..::..String
paramfolderPathM:DotNetNuke.Security.Permissions.FolderPermissionController.HasFolderPermission(System.Int32,System.String,System.String)
permissionKey
Type: System..::..String
parampermissionKeyM:DotNetNuke.Security.Permissions.FolderPermissionController.HasFolderPermission(System.Int32,System.String,System.String)

Return Value

returnsM:DotNetNuke.Security.Permissions.FolderPermissionController.HasFolderPermission(System.Int32,System.String,System.String)

See Also