ItemMeta Class |
Namespace: ConnectedApps.Cms.Entities
The ItemMeta type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | 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.
|
![]() | CacheMinutes |
Gets or sets the number of minutes the system should keep the WebView rendering cached. Specify 0 disables caching.
|
![]() | CacheVaryBy |
Gets or sets a varying unique factor when caching the WebView rendering, if CacheMinutes is greater than 0.
|
![]() | CacheVaryByKey |
Gets or sets the key of the CacheVaryBy, if specified.
|
![]() | 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.
|
![]() | IsActive |
Gets or sets a value indicating if the item is active and should be displayed by modules in the WebView mode.
|
![]() | IsPrivate |
Gets a value indicating if the item has membership security policies that require further authorization.
|
![]() | IsVersioningEnabled |
Gets or sets a value indicating if the system should store versions of the item every time it is published.
|
![]() | ItemId |
Gets the unique identifier of the related item.
|
![]() | Label |
Gets or sets a categorization value of child items.
|
![]() | ModuleId |
Gets the unique identifier of the related item's module.
|
![]() | 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.
|
![]() | 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.
|
![]() | Urls |
Gets or sets a collection of urls for the item. Used only by the page module.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |