Click or drag to resize
ItemMeta Properties

The ItemMeta type exposes the following members.

Properties
  Name Description
Public property AllowSearchIndexing
Gets or sets a value indicating if the item can be indexed by the system's search indexer. Used only by the page module.
Public property AllowWebEditOptions
Gets or sets a value indicating if the system should display edit options for authenticated admin users in the WebView mode. An admin user's web edit option preference takes precedence.
Public property CacheMinutes
Gets or sets the number of minutes the system should keep the WebView rendering cached. Specify 0 disables caching.
Public property CacheVaryBy
Gets or sets a varying unique factor when caching the WebView rendering, if CacheMinutes is greater than 0.
Public property CacheVaryByKey
Gets or sets the key of the CacheVaryBy, if specified.
Public property EndDate
/// Gets or sets an end date used to calculate if the item is "live" based on the time of request. The date is stored in the timezone specified for the workspace.
Public property IsActive
Gets or sets a value indicating if the item is active and should be displayed by modules in the WebView mode.
Public property IsPrivate
Gets a value indicating if the item has membership security policies that require further authorization.
Public property IsVersioningEnabled
Gets or sets a value indicating if the system should store versions of the item every time it is published.
Public property ItemId
Gets the unique identifier of the related item.
Public property Label
Gets or sets a categorization value of child items.
Public property ModuleId
Gets the unique identifier of the related item's module.
Public property SearchIndexTerms
Gets or sets additional search terms to be indexed by the search indexer but does not appear in the WebView rendering. Used only by the page module.
Public property StartDate
Gets or sets a start date used to calculate if the item is "live" based on the time of request. The date is stored in the timezone specified for the workspace.
Public property Urls
Gets or sets a collection of urls for the item. Used only by the page module.
Top
See Also