Show / Hide Table of Contents

    Class FetchFilesAsyncControl

    Inheritance
    Object
    AsyncControlBase<FileList>
    FetchFilesAsyncControl
    Implements
    IAsyncControl
    Inherited Members
    AsyncControlBase<FileList>.Completed
    AsyncControlBase<FileList>.Status
    AsyncControlBase<FileList>.Exception
    AsyncControlBase<FileList>.Result
    AsyncControlBase<FileList>.IsDone
    AsyncControlBase<FileList>.Task
    AsyncControlBase<FileList>.IAsyncControl.Task
    AsyncControlBase<FileList>.Progress
    AsyncControlBase<FileList>.CancellationToken
    AsyncControlBase<FileList>.Succeeded(FileList)
    AsyncControlBase<FileList>.Failed(Exception)
    AsyncControlBase<FileList>.GetProgress()
    AsyncControlBase<FileList>.Start()
    AsyncControlBase<FileList>.Cancel()
    Namespace: GoogleSheetFetcher.Editor
    Assembly: GoogleSheetFetcher.Editor.dll
    Syntax
    public class FetchFilesAsyncControl : AsyncControlBase<FileList>, IAsyncControl

    Constructors

    | Improve this Doc View Source

    FetchFilesAsyncControl(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 Source

    OnStart()

    Declaration
    protected override void OnStart()
    Overrides
    GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<GoogleSheetFetcher.Editor.FileList>.OnStart()

    Implements

    IAsyncControl
    • Improve this Doc
    • View Source
    Back to top Google Sheet Fetcher Documentation