User bio
404 bio not found
Member since Feb 1, 2021
Posts:
Replies:
If that's your page, it may be because your getComponentById function in the onclick event is trying to get a component with the id "uploadedFile" but there isn't one defined. In your fileUpload component, add id="uploadedFile" and try that. You have set the name, not the id.
Your NewsGetItem method has two parameters, version and id, but the route you have defined for it only has one parameter, id. The parameter lists need to match up and be in the same order. Try taking the version parameter our of the NewsGetItem class method.
Open Exchange applications:
Certifications & Credly badges:
David has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
David has not followed anybody yet.
I'm not sure why you're getting that error, but the Collection keyword is deprecated. You are already declaring the property as a list, so it should be unnecessary anyway.