Show / Hide Table of Contents

    Class FileList

    A list of metadata of the files on Google Drive.

    Inheritance
    Object
    FileList
    Namespace: GoogleSheetFetcher.Editor
    Assembly: GoogleSheetFetcher.Editor.dll
    Syntax
    public class FileList

    Properties

    | Improve this Doc View Source

    Files

    Metadata of the files.

    Declaration
    public File[] Files { get; }
    Property Value
    Type Description
    File[]
    | Improve this Doc View Source

    NextPageToken

    A token to fetch the next page.

    Declaration
    public string NextPageToken { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Google Sheet Fetcher Documentation