Pakket | com.adobe.solutions.rca.service |
Interface | public interface IFileDataService |
Geïmplementeerd door | FileDataService |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
Methodedetails
getManagedFile | () | methode |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | 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.
Parameters
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.
|
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z