Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAttachmentQueryCollection

IAttachmentQueryCollection

Hierarchy

Index

Properties

Optional done

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

Results

Methods

add

  • add(FileName?: string, Content?: any): IBaseExecution<Attachment>
  • Parameters

    • Optional FileName: string
    • Optional Content: any

    Returns IBaseExecution<Attachment>

addUsingPath

  • addUsingPath(DecodedUrl?: string, contentStream?: any): IBaseExecution<Attachment>

getByFileName

getByFileNameAsPath

next

stringify

  • stringify(): string

Generated using TypeDoc