Пакет | 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, 11:34 AM Z