Access property value. There are special purpose accessor for most values and
the structure of of these accessors are pretty much the same, but one rule...
- Do not call the indexer twice just to check the value as this will double the
execution time
Namespace: EPiServer.Core
Assembly: EPiServer (in EPiServer)
Version: 5.1.422.256
Syntax
| C# |
|---|
public PropertyDataCollection Property { get; } |
Return Value
Returns a collection of all custom properties defined for the page type, and all values.
Remarks
| Meta data name | Description |
|---|---|
| PageParentLink | PageLink to parent page. PropertyPageReference. |
| PageTypeID | Page type ID. PropertyPageType. |
| PageTypeName | Page type name. PropertyString. |
| PageLink | PageLink to page. PropertyPageReference. |
| PageLinkURL | Url to page. PropertyUrl. |
| PageName | Name of page. PropertyString. |
| PageStartPublish | Start publish date. PropertyDate. |
| PageStopPublish | Stop publish date. PropertyDate. |
| PageVisibleInMenu | If page is set to be visible in menus. PropertyBoolean. |
| PageCreated | Date when page was created. PropertyDate. |
| PageChildOrderRule | Sort order for child pages. FilterSortOrder. |
| PagePeerOrder | Sorting index for page. PropertyNumber. |
| PageLanguageID | Language identifier for page. PropertyString. |
| PageArchiveLink | Link to archive. PropertyPageReference. |
| PageShortcutType | Type of link behaviour. PropertyNumber. |
| PageShortcutLink | Page links to this page, as defined by PageShortcutType. PropertyPageReference. |
| PageExternalURL | Simple Url supported by this page. PropertyVirtualLink. |
| PageTargetFrame | Frame this page should be displayed in. PropertyFrame. |
| PageChanged | Date when this page last was set to changed. PropertyDate. |
| PageUseOutputCache | If this page should use output caching. PropertyBoolean. |
| PageWorkStatus | Editing status for page. PropertyNumber. |
| PageFolderID | Unique folder name in upload. PropertyNumber. |
| PageDeleted | If page is in the wastebasket. PropertyBoolean. |