Function deleteFileType

  • Removes a fileType from the database with the option of also removing the files of that type also.

    Returns

    A Promise of boolean - true if completed successfully

    Parameters

    • fileType: fsaFileType
    • Optional andAllFilesWithExtension: boolean = false

    Returns Promise<boolean>

Generated using TypeDoc