패키지 | 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, 03:17 PM Z