SaveAttachment
操作
指定したオブジェクトに添付を追加します。
定義
void SaveAttachment( int sessionId, int type, int objectId, int batchId, int projectId, File file );
パラメータ
| 名前 | 型 | 記述 |
| sessionId | int | アプリケーションサーバーへの接続のID |
| type | int |
添付の型。可能な値
|
| objectId | int | オブジェクトのID |
| batchId | int | バッチのID |
| projectId | int | プロジェクトのID |
| file | File | 添付ファイル |
戻り値
なし。
12.04.2024 18:16:06