Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFileVersionQueryCollection

IFileVersionQueryCollection

Hierarchy

Index

Properties

Optional done

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

Type declaration

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<FileVersionOData>

Results

Methods

deleteAll

  • deleteAll(): IBaseExecution<any>

deleteByID

  • deleteByID(vid?: number): IBaseExecution<any>

deleteByLabel

  • deleteByLabel(versionlabel?: string): IBaseExecution<any>

getById

next

recycleByID

  • recycleByID(vid?: number): IBaseExecution<any>

recycleByLabel

  • recycleByLabel(versionlabel?: string): IBaseExecution<any>

restoreByLabel

  • restoreByLabel(versionlabel?: string): IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc