Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileQueryCollection

IFileQueryCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<FileOData>) => void) => void

Type declaration

    • (resolve: (value?: Array<FileOData>) => void): void
    • Parameters

      • resolve: (value?: Array<FileOData>) => void
          • Parameters

            Returns void

      Returns void

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

nextFl

nextFl: boolean

True, if more items exist.

response

response: string

The response

results

results: Array<FileOData>

Results

Methods

add

  • add(Url?: string, Overwrite?: boolean, Content?: any): IBaseExecution<File>
  • Parameters

    • Optional Url: string
    • Optional Overwrite: boolean
    • Optional Content: any

    Returns IBaseExecution<File>

addStub

  • addStub(urlOfFile?: string): IBaseExecution<File>
  • Parameters

    • Optional urlOfFile: string

    Returns IBaseExecution<File>

addStubUsingPath

  • addStubUsingPath(DecodedUrl?: string): IBaseExecution<File>

addTemplateFile

  • addTemplateFile(urlOfFile?: string, templateFileType?: number): IBaseExecution<File>
  • Parameters

    • Optional urlOfFile: string
    • Optional templateFileType: number

    Returns IBaseExecution<File>

addUsingPath

  • addUsingPath(DecodedUrl?: string, AutoCheckoutOnInvalidData?: boolean, Overwrite?: boolean, XorHash?: string, contentStream?: any): IBaseExecution<File>
  • Parameters

    • Optional DecodedUrl: string
    • Optional AutoCheckoutOnInvalidData: boolean
    • Optional Overwrite: boolean
    • Optional XorHash: string
    • Optional contentStream: any

    Returns IBaseExecution<File>

getByPathOrAddStub

getByUrl

getByUrlOrAddStub

next

stringify

  • stringify(): string

Generated using TypeDoc