Wijmo UI for the Web
itemOperationResults フィールド

項目操作結果のコレクション。コマンドによって意味が異なります。GetItemsコマンドの場合、これはサブフォルダーとファイルを含むIFileExplorerItemのコレクションになります。以下のコマンドを呼び出したときは、成功またはエラー情報を含むIItemOperationResultのコレクションになります。<ul><li> Paste</li><li> Delete</li><li> Move</li></ul>

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.fileexplorer.IFileExplorerResponse;
var value; // Type: array
value = instance.itemOperationResults;
Javascript (Specification) 
var itemOperationResults : array;

関連トピック

参照

IFileExplorerResponse インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.