Class FetchFilesAsyncControl
Implements
Inherited Members
Namespace: GoogleSheetFetcher.Editor
Assembly: GoogleSheetFetcher.Editor.dll
Syntax
public class FetchFilesAsyncControl : AsyncControlBase<FileList>, IAsyncControl
Constructors
| Improve this Doc View SourceFetchFilesAsyncControl(DriveService, String, FileType[], Int32, String)
Constructor.
Declaration
public FetchFilesAsyncControl(DriveService driveService, string folderIdOrName, FileType[] fileTypes, int pageSize = 100, string pageToken = null)
Parameters
Type | Name | Description |
---|---|---|
DriveService | driveService | A instance of the |
String | folderIdOrName | A folder id or a folder name. |
FileType[] | fileTypes | An array of FileType you needed. |
Int32 | pageSize | Number of data to be fetched at one time. |
String | pageToken | A token to fetch the next page. |
Methods
| Improve this Doc View SourceOnStart()
Declaration
protected override void OnStart()
Overrides
GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<GoogleSheetFetcher.Editor.FileList>.OnStart()