Click or drag to resize
ItemMeta Class
Represents information that does not exist on a draft item and whose settable values are immediately reflected on an item when updated.
Inheritance Hierarchy

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ItemMeta : Entity

The ItemMeta type exposes the following members.

Constructors
  NameDescription
Public methodItemMeta
Initializes a new instance of the ItemMeta class
Top
Properties
  NameDescription
Public propertyAllowSearchIndexing
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 propertyAllowWebEditOptions
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 propertyCacheMinutes
Gets or sets the number of minutes the system should keep the WebView rendering cached. Specify 0 disables caching.
Public propertyCacheVaryBy
Gets or sets a varying unique factor when caching the WebView rendering, if CacheMinutes is greater than 0.
Public propertyCacheVaryByKey
Gets or sets the key of the CacheVaryBy, if specified.
Public propertyEndDate
/// 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 propertyIsActive
Gets or sets a value indicating if the item is active and should be displayed by modules in the WebView mode.
Public propertyIsPrivate
Gets a value indicating if the item has membership security policies that require further authorization.
Public propertyIsVersioningEnabled
Gets or sets a value indicating if the system should store versions of the item every time it is published.
Public propertyItemId
Gets the unique identifier of the related item.
Public propertyLabel
Gets or sets a categorization value of child items.
Public propertyModuleId
Gets the unique identifier of the related item's module.
Public propertySearchIndexTerms
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 propertyStartDate
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 propertyUrls
Gets or sets a collection of urls for the item. Used only by the page module.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also