C# Class Umbraco.FileSystemPicker.Controllers.FileSystemPickerApiController

Inheritance: Umbraco.Web.Editors.UmbracoAuthorizedJsonController
Mostrar archivo Open project: scyllagroup/UmbracoFlare Class Usage Examples

Public Methods

Method Description
GetFiles ( string folder, string filter ) : IEnumerable
GetFilesIncludingSubDirs ( string path ) : IEnumerable
GetFolders ( string folder, string filter ) : IEnumerable

Method Details

GetFiles() public method

public GetFiles ( string folder, string filter ) : IEnumerable
folder string
filter string
return IEnumerable

GetFilesIncludingSubDirs() public method

public GetFilesIncludingSubDirs ( string path ) : IEnumerable
path string
return IEnumerable

GetFolders() public method

public GetFolders ( string folder, string filter ) : IEnumerable
folder string
filter string
return IEnumerable