包 | com.adobe.solutions.rca.service |
接口 | public interface IFileDataService |
实现器 | FileDataService |
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Gets managed instance of file located at the filePath. | IFileDataService |
方法详细信息
getManagedFile | () | 方法 |
public function getManagedFile(filePath:String):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Review, Commenting, and Approval Building Block 10 |
运行时版本: | 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.
参数
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.
|
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z