メインコンテンツへスキップ

動作

指定したオブジェクトに添付ファイルを追加します。

定義

void SaveAttachment( int sessionId, int type, int objectId, int batchId, int projectId, File file );

パラメーター

名称

説明

sessionId

int

Application Server への接続 ID

type

int

添付ファイルの種類。指定可能な値

  • 9 - ドキュメントへの添付ファイル;
  • 10 - ページへの添付ファイル;
  • 11 - バッチへの添付ファイル.

objectId

int

オブジェクトの ID

batchId

int

バッチの ID

projectId

int

プロジェクトの ID

file

File

添付ファイル

戻り値

ありません。