GetKeys

FileCache.GetKeys method

Returns all file names that contains filter in filename.

public IEnumerable<string> GetKeys(string filter)
Parameter Type Description
filter String The filter to use.

Return Value

File names that contains filter in filename.

See Also