summaryM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsByFolderPath(System.Collections.ArrayList,System.String,System.String)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.1. GetModulePermissions(ModulePermissionCollection, String) ")]
public string GetFolderPermissionsByFolderPath(
	ArrayList arrFolderPermissions,
	string FolderPath,
	string PermissionKey
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.1. GetModulePermissions(ModulePermissionCollection, String) ")> 
Public Function GetFolderPermissionsByFolderPath ( 
	arrFolderPermissions As ArrayList,
	FolderPath As String,
	PermissionKey As String
) As String

Parameters

arrFolderPermissions
Type: System.Collections..::..ArrayList
paramarrFolderPermissionsM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsByFolderPath(System.Collections.ArrayList,System.String,System.String)
FolderPath
Type: System..::..String
paramFolderPathM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsByFolderPath(System.Collections.ArrayList,System.String,System.String)
PermissionKey
Type: System..::..String
paramPermissionKeyM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsByFolderPath(System.Collections.ArrayList,System.String,System.String)

Return Value

returnsM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsByFolderPath(System.Collections.ArrayList,System.String,System.String)

See Also