summaryM:DotNetNuke.Services.FileSystem.FileController.GetFiles(System.Int32,System.String)
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("This function has been replaced by GetFiles(PortalId, FolderID)")] public IDataReader GetFiles( int PortalId, string FolderPath ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("This function has been replaced by GetFiles(PortalId, FolderID)")> Public Function GetFiles ( PortalId As Integer, FolderPath As String ) As IDataReader |
Parameters
- PortalId
- Type: System..::..Int32
paramPortalIdM:DotNetNuke.Services.FileSystem.FileController.GetFiles(System.Int32,System.String)
- FolderPath
- Type: System..::..String
paramFolderPathM:DotNetNuke.Services.FileSystem.FileController.GetFiles(System.Int32,System.String)