summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This function has been replaced by GetFoldersByUser(ByVal PortalID As Integer, ByVal IncludeSecure As Boolean, ByVal IncludeDatabase As Boolean, ByVal Permissions As String)")]
public static ArrayList GetFoldersByUser(
	int PortalID,
	bool IncludeSecure,
	bool IncludeDatabase,
	bool AllowAccess,
	string Permissions
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This function has been replaced by GetFoldersByUser(ByVal PortalID As Integer, ByVal IncludeSecure As Boolean, ByVal IncludeDatabase As Boolean, ByVal Permissions As String)")> 
Public Shared Function GetFoldersByUser ( 
	PortalID As Integer,
	IncludeSecure As Boolean,
	IncludeDatabase As Boolean,
	AllowAccess 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.Boolean,System.String)
IncludeSecure
Type: System..::..Boolean
paramIncludeSecureM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)
IncludeDatabase
Type: System..::..Boolean
paramIncludeDatabaseM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)
AllowAccess
Type: System..::..Boolean
paramAllowAccessM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)
Permissions
Type: System..::..String
paramPermissionsM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFoldersByUser(System.Int32,System.Boolean,System.Boolean,System.Boolean,System.String)

See Also