| Paket | com.adobe.solutions.rca.service |
| Gränssnitt | public interface IFileDataService |
| Implementorer | FileDataService |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService | ||
Metoddetaljer
getManagedFile | () | metod |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | 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.
Parametrar
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.
|
Relaterade API-element
Tue Jun 12 2018, 01:40 PM Z