Paquete | com.adobe.solutions.rca.service |
Interfaz | public interface IFileDataService |
Implementadores | FileDataService |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
Información sobre métodos
getManagedFile | () | método |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | 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.
Parámetros
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.
|
Elementos de API relacionados
Tue Jun 12 2018, 02:12 PM Z