summaryM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFolder(System.Int32,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.GetFolder(int portalID, string folderPath) ")] public static FolderInfo GetFolder( int portalID, string folderPath ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FolderManager.Instance.GetFolder(int portalID, string folderPath) ")> Public Shared Function GetFolder ( portalID As Integer, folderPath As String ) As FolderInfo |
Parameters
- portalID
- Type: System..::..Int32
paramportalIDM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFolder(System.Int32,System.String)
- folderPath
- Type: System..::..String
paramfolderPathM:DotNetNuke.Common.Utilities.FileSystemUtils.GetFolder(System.Int32,System.String)