Creates a User Folder

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public static void AddUserFolder(
	PortalSettings portalSettings,
	string parentFolder,
	int storageLocation,
	int userID
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Shared Sub AddUserFolder ( 
	portalSettings As PortalSettings,
	parentFolder As String,
	storageLocation As Integer,
	userID As Integer
)

Parameters

portalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
Portal Settings for the Portal
parentFolder
Type: System..::..String
The Parent Folder Name
storageLocation
Type: System..::..Int32
The Storage Location
userID
Type: System..::..Int32
The UserID, in order to generate the path/foldername

Remarks