ExamQuestions.com

Register
Login
Microsoft Power Platform Developer (PL-400) Exam Questions

Microsoft

Microsoft Power Platform Developer (PL-400)

69 / 130

Question 69:

You add a PCF component for image upload to the model-driven app. The component consists of the default image and the Upload button. When you click on the button, the component opens a file browser and asks you to select an image for upload. After the upload, the chosen image is rendered within a control instead of the default image. 
You create the manifest file and implement the component logic in a Typescript TSImageComponent class and save it to the index.ts file. The code creates the button, renders the initial image, opens browsers for upload, and renders the selected image. 
What manifest node would you use to define the required use of the file browser?

Answer options:

A.data-set
B.control
C.resources
D.feature-usage
E.property
F.type-group