ListFolderResult

open class ListFolderResult : CustomStringConvertible

The ListFolderResult struct

  • The files and (direct) subfolders in the folder.

    Declaration

    Swift

    public let entries: Array<Files.Metadata>
  • Pass the cursor into listFolderContinue to see what’s changed in the folder since your previous query.

    Declaration

    Swift

    public let cursor: String
  • If true, then there are more entries available. Pass the cursor to listFolderContinue to retrieve the rest.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    open var description: String { get }