型・APIリファレンス
    Preparing search index...

    Interface DownloadCondition

    ダウンロード条件

    interface DownloadCondition {
        characterCode?: string;
        downloadUsingCodeValues: boolean;
        excludeDisplayNamesInHeader: boolean;
        fileSupportType?: string;
        outputBasedOnSearchResults: boolean;
        outputFormatForUpload: boolean;
    }
    Index

    Properties

    characterCode?: string

    ダウンロードファイル文字コード指定

    downloadUsingCodeValues: boolean

    コード値でダウンロードする設定

    excludeDisplayNamesInHeader: boolean

    ヘッダ行に表示名を出力しない設定

    fileSupportType?: string

    ファイルタイプ設定

    outputBasedOnSearchResults: boolean

    検索結果一覧に表示された項目で出力設定

    outputFormatForUpload: boolean

    アップロード用の形式出力設定