IFindFilesService.GetAllFilesAsync Method

Definition

Return all the file entities available in a workspace

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<System::String ^> ^> ^ GetAllFilesAsync();
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> GetAllFilesAsync ();
abstract member GetAllFilesAsync : unit -> System.Threading.Tasks.Task<seq<string>>
Public Function GetAllFilesAsync () As Task(Of IEnumerable(Of String))

Returns

Task completion with enumerable of relative paths

Exceptions

Thrown when enumeration of the files cannot proceed because of an unexpected IO problem.

Applies to