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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolderPath(PortalId, Folder)")]
public FolderPermissionCollection GetFolderPermissionsByFolder(
	ArrayList arrFolderPermissions,
	string FolderPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolderPath(PortalId, Folder)")> 
Public Function GetFolderPermissionsByFolder ( 
	arrFolderPermissions As ArrayList,
	FolderPath As String
) As FolderPermissionCollection

Parameters

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

Return Value

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

See Also