How to know a parameters of a element in the API correspond to which parameter in the element UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-09-04
12:35 PM
- last edited on
2024-09-05
12:35 PM
by
Laszlo Nagy
I want to use code to achieve the effect of modifying a specific parameter of an element on the param config UI. How can I find the corresponding parameter in the API?
Is there any documentation that provides explanations in this regard?
For example, as shown in the screenshot below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-09-09 08:59 AM
Hi, I'm afriad there is no such document which shows you graphically which api parameter correspond to which in AC UI. You can run the VS debug mode to check the changes if you're not clear for some parameters.
HTH.