summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FolderManager.Instance.GetFolders(UserInfo user, string permissions) or FolderManager.Instance.GetFileSystemFolders(UserInfo user, string permissions) ")] public static ArrayList GetFoldersByUser( int portalID, bool includeSecure, bool includeDatabase, string permissions ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FolderManager.Instance.GetFolders(UserInfo user, string permissions) or FolderManager.Instance.GetFileSystemFolders(UserInfo user, string permissions) ")> Public Shared Function GetFoldersByUser ( portalID As Integer, includeSecure As Boolean, includeDatabase As Boolean, permissions As String ) As ArrayList |
Parameters
- portalID
- Type: System..::..Int32
paramportalIDM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.String)
- includeSecure
- Type: System..::..Boolean
paramincludeSecureM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.String)
- includeDatabase
- Type: System..::..Boolean
paramincludeDatabaseM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.String)
- permissions
- Type: System..::..String
parampermissionsM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.String)