summaryM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String,System.Boolean)
Namespace: DotNetNuke.Services.FileSystemAssembly: 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 FolderInfo GetFolder( int PortalID, string FolderPath, bool ignoreCache ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DNN 6.0. It has been replaced by FolderManager.Instance.GetFolder(int portalID, string folderPath) ")> Public Function GetFolder ( PortalID As Integer, FolderPath As String, ignoreCache As Boolean ) As FolderInfo |
Parameters
- PortalID
- Type: System..::..Int32
paramPortalIDM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String,System.Boolean)
- FolderPath
- Type: System..::..String
paramFolderPathM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String,System.Boolean)
- ignoreCache
- Type: System..::..Boolean
paramignoreCacheM:DotNetNuke.Services.FileSystem.FolderController.GetFolder(System.Int32,System.String,System.Boolean)