summaryM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String)
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DNN 5.0. It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) ")] public FolderInfo GetFolder( int PortalID, string FolderPath ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 5.0. It has been replaced by GetFolderInfo(ByVal PortalID As Integer, ByVal FolderID As Integer, ByVal ignoreCache As Boolean) ")> Public Function GetFolder ( PortalID As Integer, FolderPath As String ) As FolderInfo |
Parameters
- PortalID
- Type: System..::..Int32
paramPortalIDM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String)
- FolderPath
- Type: System..::..String
paramFolderPathM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String)