The EPiServer.SpecializedProperties namespace contains property classes for various special editmode requirements like the PropertyWeekDay class which renders a list of checkboxes, for each weekday, for the user to select.
Classes
| Class | Description | |
|---|---|---|
| LinkItem | ||
| LinkItemCollection | ||
| 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.
| |
| PropertyBooleanReset |
Specialization of PropertyBoolean that has an edit-GUI that only allows a boolean
value to be changed from True to False. If the value is False, the input field is
disabled.
| |
| PropertyColor |
Property that specifies a color.
| |
| PropertyDocumentUrl |
Property that specifies a url to a document or file.
| |
| PropertyFileSortOrder |
Property that specifies a file sort order.
| |
| PropertyFrame |
Displays a dropdrowlist in editmode displaying the frames defined for the web site.
| |
| PropertyImageUrl |
Property that specifies an url to an image.
| |
| PropertyLanguage |
Property that specifies a language.
| |
| PropertyLanguageBranch |
Used to define a language branch.
| |
| PropertyLanguageBranchList |
Used to define a selection of one or more language branches.
| |
| 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.
| |
| PropertyStringReadOnly | Obsolete.
A read-only string
| |
| PropertyTimeSpan |
Property representing a timespan in minutes.
| |
| PropertyUILanguage |
Displays available user interface languages (available in XML-files in the lang-directory)
| |
| PropertyUrl |
Property that specifies a url.
| |
| PropertyWeekDay |
Property that is used to specify one or several weekdays.
| |
| PropertyVersionStatus | ||
| PropertyVirtualLink |
Property that specifies a virtual link, e.g. "Simple address to page".
| |
| PropertyXhtmlString |
Property representing a Xhtml string value.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IStringFragment |
States the representation of fragments in content. That is
a fragment can have an internal format (db) and an external format.
|