Click or drag to resize

IContentStoreMetaData Interface


Contains ContentStore metadata. These are the basic settings of a CMS site.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public interface IContentStoreMetaData

The IContentStoreMetaData type exposes the following members.

Properties
 NameDescription
Public propertyDefaultThemeId Default User Theme Id.
Public propertyGlobalExportsUpdated Gets the time of the most recent global exports update.
Public propertyHttpsOn Gets and sets whether HTTPS is enabled.
Public propertyMediaHost Gets and sets the MediaHost, which is the computer that hosts the images folder.
Public propertyMediaHostModule Gets and sets the MediaHostModule, which is the module on the MediaHost to which files are copied.
Public propertyPublishingTargetsUpdated Gets the time of the most recent publishing targets update.
Public propertyRedirectsUpdated Gets the time of the most recent redirect update.
Public propertyReferenceMappingUpdated Gets the time of most recent references mapping update.
Public propertyServerName Gets and sets the ServerName, which is the value returned from the ServerVariable SERVER_NAME.
Public propertyServerPort Gets and sets the server port.
Public propertySiteUrl Gets and sets the URL of the Site.
Public propertyTaxonomyAssociationsUpdated Gets the time of the most recent taxonomy associations update.
Public propertyUniqueId Gets the globaly unique id of this content store
Top
See Also