summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetUserFolderPath(System.Int32)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by PathUtils.Instance.GetUserFolderPath(UserInfo user) ")] public static string GetUserFolderPath( int userID ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by PathUtils.Instance.GetUserFolderPath(UserInfo user) ")> Public Shared Function GetUserFolderPath ( userID As Integer ) As String |
Parameters
- userID
- Type: System..::..Int32
paramuserIDM:DotNetNuke.Common.Utilities.FileSystemUtils.GetUserFolderPath(System.Int32)