Podcast Beta
Questions and Answers
Vilket JS-ramverk används i UI?
Dojo (forms använder jQuery)
A visitor group criterion is a combination of (at least) two classes
A model class (kallas ibland settings class), which stores and persists user input from the user interface. Måste ärva CriterionModelBase och ha metoden public override ICriterionModel Copy() { return ShallowCopy(); } Kopior sparas i DDS
A criterion class, which evaluates the context and the data stored in the model to determine if the criteria are fulfilled. Måste ärva CriterionBase och ha metoden public override bool IsMatch(IPrincipal principal, HttpContextBase httpContext). Samt ha attributet VisitorGroupCriterion med DisplayName, Description osv..
What do you need to access Visitor Groups in the global menu?
Be a member of the CmsAdmins or VisitorGroupAdmins
How do you disable personalization?
Signup and view all the answers
Hur säkerställer man att bilder cachas i CDN?
Signup and view all the answers
Vilken roll krävs för access till cms edit?
Signup and view all the answers
Hur filtrerar man sidor för access baserad på roller i Opti 12?
Signup and view all the answers
Varför ska en utvecklare testköra ett scheduled job både manuellt och automatiskt?
Signup and view all the answers
Hur publiceras en tidigare version av en sida? (versions gadget)
Signup and view all the answers
Vilken av följande är inte en inbyggd post submit-funktion i forms?
Signup and view all the answers
Study Notes
Visitor Groups
- A visitor group criterion consists of at least two classes combined.
Accessing Visitor Groups
- Visitor Groups can be accessed through the global menu.
Disabling Personalization
- Personalization can be disabled.
CDN Image Caching
- To ensure images are cached in a CDN, proper configuration is required.
CMS Edit Access
- The role required to access CMS edit is not specified (but is assumed to be a specific one).
Filtering Pages Based on Roles
- In Opti 12, pages can be filtered for access based on roles.
Testing Scheduled Jobs
- A developer should test a scheduled job both manually and automatically to ensure it works correctly.
Publishing a Previous Version of a Page
- A previous version of a page can be published using the versions gadget.
Built-in Post Submit Functions
- There are built-in post submit functions in forms, but one of them is not specified (implying that there are multiple options, but one is not a valid post submit function).
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.