Span.Eco.UIAllowed
No edit summary |
m ((username removed) (log details removed): Moving to Documentation namespace) |
(No difference)
|
Revision as of 21:11, 20 December 2023
This page was created by Stephanie on 2023-05-18. Last edited by Stephanie on 2025-05-07.
#TargetType.TaggedValue | CommaSeparatedExampleValues | Short Description |
---|---|---|
#Span.Eco.UIAllowed | True,False | Disables a ViewModel to be accessed within the UI (default True) |
#Span.Eco.UIAllowed
is default true. If you set it to "False", a user cannot reach that page. It is usually used in conjunction with the Rest pages - RestAllowed default true and UIAllowed default false - meaning that the page can only be called by Rest because you do not want a user in all cases to see your Rest APIs.