パッケージ | 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, 10:34 AM Z