Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecycleBinItemCollection

IRecycleBinItemCollection

Hierarchy

Index

Properties

Optional done

done: (resolve: (value?: Array<RecycleBinItem>) => 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<RecycleBinItem>

Results

Methods

deleteAll

  • deleteAll(): IBaseExecution<any>

deleteAllSecondStageItems

  • deleteAllSecondStageItems(): IBaseExecution<any>

deleteByIds

  • deleteByIds(ids?: Array<string>): IBaseExecution<any>

getById

moveAllToSecondStage

  • moveAllToSecondStage(): IBaseExecution<any>

moveToSecondStageByIds

  • moveToSecondStageByIds(ids?: Array<string>): IBaseExecution<any>

next

restoreAll

  • restoreAll(): IBaseExecution<any>

restoreByIds

  • restoreByIds(ids?: Array<string>): IBaseExecution<any>

stringify

  • stringify(): string

Generated using TypeDoc