Package | com.adobe.solutions.rca.service |
Interface | public interface IFileDataService |
Implémenteurs | FileDataService |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
Détails de la méthode
getManagedFile | () | méthode |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Review, Commenting & Approval 10 |
Versions du moteur d’exécution: | 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.
Paramètres
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.
|
Eléments de l’API associés
Tue Jun 12 2018, 09:30 AM Z