EnumerateFilesAsync(string extension) Method
Returns a sequence of the files in the package store that have the specified file extension.
Syntax
protected
abstract
Task<IEnumerable<string>> EnumerateFilesAsync(string extension)
Parameters
- extension
- Type: string
File extension including the dot of files to return.
Returns
Sequence of the possible package files in the package store.