Classes And Interfaces Flashcards
Editor/built in properties Page tree Image editor Globalization Container pages Blocks Personalization using visitor groups Multilingual content Edit view capabilities On page edit Multisite content
What are the two minimum requiremnts to define a type of content in Optimizely?
Apply the [Content] attribute and Implement IContent
What are the 4 main types of content built in into the cms?
Page (type PageData)
Folder (type ContentFolder)
Media(type ImageData)
Block (type BlockData, this if for blocks of content inside the cms)
What functionality does Optimizely provide for managing deleted content?
Includes waste basket support, allowing users to move, view, and restore content from trash.
What is ContentReference Type used for in Optimizely?
It’s used to refer to other content in Optimizely without having to use custom properties.
Common usages are Fetching Content
What does the IContent ContentLink property do?
ContentLink is a reference to itself. It contains useful stuff as the ID.
What does the IContent PatentLink property do?
Is a reference to the parent page/folder
What does the PageData property PageLink do?
PageLink is a reference to itself(deprecated)
What the Page Data property Archive Link do?
A page reference to where to move to when the page expires