套件 | com.adobe.solutions.rca.service |
介面 | public interface IFileDataService |
實作者 | FileDataService |
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
方法詳細資訊
getManagedFile | () | 方法 |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
語言版本: | ActionScript 3.0 |
產品版本: | Review, Commenting, and Approval Building Block 10 |
執行階段版本: | Flash Player 10.2, AIR (unsupported) |
Gets managed instance of file located at the filePath. This helps to listen to any changes in the content of the file.
參數
filePath:String — The path to the file of which a managed instance is sought.
|
mx.rpc:AsyncToken — It returns a token on which success or failure handlers can be attached. The resulting event contains a managed instance of the file.
|
相關 API 元素
Tue Jun 12 2018, 03:47 PM Z