summaryM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Collections.ArrayList,System.String)
Namespace: DotNetNuke.Security.PermissionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolder(PortalId, Folder)")] public FolderPermissionCollection GetFolderPermissionsCollectionByFolderPath( ArrayList arrFolderPermissions, string FolderPath ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.0. Please use GetFolderPermissionsCollectionByFolder(PortalId, Folder)")> Public Function GetFolderPermissionsCollectionByFolderPath ( arrFolderPermissions As ArrayList, FolderPath As String ) As FolderPermissionCollection |
Parameters
- arrFolderPermissions
- Type: System.Collections..::..ArrayList
paramarrFolderPermissionsM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Collections.ArrayList,System.String)
- FolderPath
- Type: System..::..String
paramFolderPathM:DotNetNuke.Security.Permissions.FolderPermissionController.GetFolderPermissionsCollectionByFolderPath(System.Collections.ArrayList,System.String)