ExamQuestions.com

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

Microsoft

Microsoft Power Platform Developer (PL-400)

85 / 130

Question 85:

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. 
What manifest node would you use to define an implementation of the component interface?

Answer options:

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