IUploadStorage.GetFiles method

namespace: Serenity.Web   assemblySerenity.Net.Services

Gets list of files matching a search pattern

public string[] GetFiles(string path, string searchPattern)
parameter description
path Path of the directory to perform search
searchPattern Search pattern

See Also