Namespace EPiServer.SpecializedProperties
Classes
AppSettingsOptionsLoader
Loads the options specified in web.config for properties of type PropertyAppSettings and PropertyAppSettingsMultiple.
LinkItem
Class that is used to represent and work with a html link.
LinkItemCollection
Property that is used to store multiple html links.
LinkItemExtensions
Class that is used to represent and work with a html link.
PropertyAppSettings
A property that creates a drop down list with options that are defined in the appSettings section in web.config. The name of the property should match the key for the app setting.
PropertyAppSettingsMultiple
A property that creates check boxes with options that are defined in the appSettings section in web.config. The name of the property should match the key for the app setting.
PropertyBlob
Property that is used to store a binary large object.
PropertyBlock
A base class for Properties that wraps a BlockData object.
PropertyBlock<T>
A Property that wraps a BlockData object.
PropertyCheckBoxList
Let's the user save multiple values.
PropertyColor
Property that specifies a color.
PropertyContentArea
Defines a property representing a ContentArea.
PropertyContentReferenceList
Property for storing multiple ContentReference instances. Supports content properties of type System.Collections.Generic.IList<T>, System.Collections.Generic.ICollection<T> or System.Collections.Generic.IEnumerable<T>
PropertyDateList
A content type property for a list of dates.
PropertyDocumentUrl
Property that specifies a url to a document or file.
PropertyDoubleList
A content type property for a list of double-precision floating-point numbers.
PropertyDropDownList
Property that creates a select list with values that are created dynamically with property settings.
PropertyFileSortOrder
Property that specifies a file sort order.
PropertyFileUrl
Abstract base class for properties that reference files.
PropertyFrame
Displays a dropdrowlist in editmode displaying the frames defined for the web site.
PropertyImageUrl
Property that specifies an url to an image.
PropertyIntegerList
A content type property for a list of integers.
PropertyLanguage
Property that specifies a language.
PropertyLinkCollection
Property representing an ordered list of links.
PropertyLinkType
Displays a drop down list where the user can select a link type as defined in LinkType.
PropertyPassword
Property representing a string value less than 255 characters.
PropertySelector
A property that enables selection of properties on the current page.
PropertySortOrder
Property that defines a sort order that can be used to sort pages.
PropertyStringList
A content type property for a list of strings.
PropertyTimeSpan
Property representing a timespan in minutes.
PropertyUrl
Property that specifies a url.
PropertyVersionStatus
Property implementation for exposing VersionStatus enum.
PropertyVirtualLink
Property that specifies a virtual link, e.g. "Simple address to page".
PropertyWeekDay
Property that is used to specify one or several weekdays.
PropertyXhtmlString
A property representing a static or dynamic xhtml string value. This property has support to handle dynamic fragments like dynamic content, personalized content and permanent links.
PropertyXhtmlStringExtensions
A property representing a static or dynamic xhtml string value. This property has support to handle dynamic fragments like dynamic content, personalized content and permanent links.
Interfaces
IPropertyBlock
Untyped signature of IPropertyBlock
IPropertyBlock<T>
Defines the signature for a property that is a block property.
IPropertySoftLinkIndexer
Interface to register in IOC container for custom properties that implements IPropertySoftLinkIndexer<T>.
IPropertySoftLinkIndexer<T>
Implement to register SoftLink support for properties.