| Pacchetto | com.adobe.solutions.rca.service |
| Interfaccia | public interface IFileDataService |
| Implementatori | FileDataService |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService | ||
Descrizione dei metodi
getManagedFile | () | metodo |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
| Versioni runtime: | 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.
Parametri
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.
|
Elementi API correlati
Tue Jun 12 2018, 02:44 PM Z