Classes

  Class Description
Public class AdministrateButton
Shows a button if a user may access the administartion ui.
Public class BaseCompositeControl Obsolete.
Base class for all web controls.
Public class BaseUserControl Obsolete.
Base class for all user controls.
Public class BaseWebControl Obsolete.
Base class for all web controls.
Public class BooleanPropertyValue
Renders the OnTrue template if any of the specified boolean properties have a true value, otherwise the OnFalse template is rendered.
Public class ChildRepeater
Represents a repeater for the children of a page.
Public class DateTime
Renders a date time content property.
Public class DropDown
Renders a drop down from all values of a string property.
Public class EndPublishDate
Renders the end publish date of the current page.
Public class FileExtension
Renders the file name of a file property.
Public class FileIcon
Renders the icon of a file property.
Public class FileLink
Renders a link to a file property (show or download the file).
Public class FileList
Renders a file list.
Public class FileName
Renders the file name of a file property.
Public class FileSize
Renders the size of a file property.
Public class FileSrc
Renders the path to a file (format relative: /BinaryLoader.axd... format absolute: http://host...).
Public class Flash
Renders a flash property.
Public class GoogleAnalyticsScript
Renders a Google Analytics script. A page that renders a script will be logged at Google Analytics. The script is set at web site level.
Public class HasPublishedChildrenInMenu
Renders the OnTrue template if the page has any published children in the menu, otherwise the OnFalse template is rendered.
Public class HasPublishPermission
Renders the OnTrue template if the user has permission to publish the page, otherwise the OnFalse template is rendered.
Public class HasReadPermission
Renders the OnTrue template if the user has read permission for the page, otherwise the OnFalse template is rendered.
Public class HasWritePermission
Renders the OnTrue template if the user has write permission for the page, otherwise the OnFalse template is rendered.
Public class HorizontalMenu
Renders a horizontally positioned menu.
Public class Image
Renders an image content property (either an internal image or an image from the media archive).
Public class ImageAltText
Renders the text of an image content property.
Public class ImageSrc
Renders the image path (format relative: /BinaryLoader.axd..., format absolute: http://host...).
Public class ImageText
Renders the text of an image content property.
Public class IsAnonymousUser
Renders the OnTrue template if the current user is the same as the AnonymousUser, otherwise the OnFalse template is rendered.
Public class IsCurrentPage
Renders the OnTrue template if the checked page is the same as the current page, otherwise the OnFalse template is rendered.
Public class IsCurrentPageChild
Renders the OnTrue template if the page is a subpage of the current page, otherwise the OnFalse template is rendered.
Public class IsCurrentPageParent
Renders the OnTrue template if the page is is further up in the page tree than the current page, otherwise the OnFalse template is rendered.
Public class IsInAdministrationMode
Renders the OnTrue template if the page is rendered within adminstation mode. otherwise the OnFalse template is rendered.
Public class IsInMenu
Renders the OnTrue template if the page is in the menu, otherwise the OnFalse template is rendered.
Public class IsLoggedIn
Renders the OnTrue template if the user is a valid user, otherwise the OnFalse template is rendered.
Public class IsMemberOfGroup
Renders the OnTrue template if the user is member of the specified group, otherwise the OnFalse template is rendered.
Public class IsPrintableVersion
Renders the OnTrue template if the page is printable, otherwise the OnFalse template is rendered.
Public class IsStartPage
Renders the OnTrue template if the page is a start page, otherwise the OnFalse template is rendered.
Public class IsUser
Renders the OnTrue template if the user is a valid user, otherwise the OnFalse template is rendered.
Public class IsVersionCopy
Renders the OnTrue template if the page is a version copy, otherwise the OnFalse template is rendered.
Public class IsWorkingCopy
Renders the OnTrue template if the page is a working copy, otherwise the OnFalse template is rendered.
Public class LatestPublishedPagesRepeater
A list control that repeats over pages which have been recently published (on the current Web Site). Sorts the pages on the publish date (newest first). Pages which the current logged in user does not have read permission to are not shown.
Public class LeftMenu
Renders a vertically positioned menu.
Public class LinkChain
Renders a link chain.
Public class LinkRepeater
A list control for an internal link property of a page.
Public class LoggedInAs
Renders the name of the logged in user.
Public class LogOutButton
Renders a link with log out function.
Public class MenuXml
Generates an xml file of the page tree.
Public class Number
Renders a decimal or integer content property.
Public class OnTrueFalseControl Obsolete.
Base class for all true/false controls.
Public class OnTrueFalseTemplateItem
On true or false template item.
Public class PageHitRepeater
Page hit repeater
Public class PageHitRepeaterItem
Page hit repeater item
Public class PageID
Renders the ID of the current page.
Public class PageLink
Renders a link to a page given an internal link property or a Page ID. If no Page ID or internal property is set, a link to the current page is created.
Public class PageList
Lists the website structure in an unordered list.
Protected class PageList..::..PageListItem
Page List Item.
Public class PageRepeater
A repeater for pages. Set DataSource to an ArrayList of Pages.
Public class PageRepeaterItem
Page repeater item.
Public class PageTreeString Obsolete.
Renders a web site string.
Public class PageURL
Renders the URL to the current page.
Public class ParentsSiblingsRepeater
A repeater for the siblings of the parent of a page.
Public class PropertyAndValueIndex
Class used to populate a PropertyRepeater.
Public class PropertyControl
Base web control for all controls rendering a value from a content property. Use Name or CurrentProperty to set which property to use. Use ValueIndex to set which value to show.
Public class PropertyExists
Renders the OnTrue template if one or more of the properties exist.
Public class PropertyName
Renders a text content property.
Public class PropertyRepeater
A repeater for properties. Set DataSource to an ArrayList of PropertyAndValueIndex.
Public class PropertyRepeaterItem
Property repeater item.
Public class ProspectFinderScript
WebControl for Enecto's ProspectFinder
Public class PublishedBy
Renders the login name of the user who published the page.
Public class RandomChildRepeater
Represents a repeater for the children of a page.
Public class SearchEngineDescription
Renders the search engine description of the current page.
Public class SearchEngineKeywords
Renders the search engine keywords of the current page.
Public class SearchEngineTitle
Renders the search engine title of the current page.
Public class SearchField
Renders a search field. The resultpage is static and entered in ResultPageUrl or dynamic using internal link property from current page. Control is implementing customizable throught the LayoutTemplate, se example.
Protected class SearchField..::..SearchContainer
Container for search-control.
Public class ShortName
Renders the short name of the current page.
Public class ShowPrintableVersionButton
Renders a link to a printable version of the page.
Public class SiblingsRepeater
A repeater for the siblings of a page.
Public class StartPublishDate
Renders the start publish date of the current page.
Public class Text
Renders a text content property.
Public class TopMenu
Renders a horizontally positioned top menu (only one level).
Public class UsePage
Renders content of a different page (other than the current page).
Public class UseProperty
Selects a specific content property from the current page.
Public class ValueExists
Renders the OnTrue template if any of the supplied properties has >= 1 values.
Public class WebSiteString
Renders a web site string.
Public class WebSiteStringExists
Checks if a web site string exists and is not empty.
Public class VerticalMenu
Renders a multi-level, vertically positioned menu.

Delegates

  Delegate Description
Public delegate PageList..::..FilterDelegate
Delegates for filtering pages while render the control.