Paket | com.adobe.solutions.rca.service |
Schnittstelle | public interface IFileDataService |
Umsetzer | FileDataService |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
Methodendetails
getManagedFile | () | Methode |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | 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.
Parameter
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.
|
Verwandte API-Elemente
Tue Jun 12 2018, 10:04 AM Z