Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileCollectionMethods

FileCollectionMethods

Hierarchy

Index

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>
  • Parameters

    • Optional DecodedUrl: string

    Returns 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

Generated using TypeDoc