This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class Site
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class Site

The type exposes the following properties.

Public Properties

  Name Description
Public property AssetFolders
Gets the Asset Folders configuration.
Public property Cache
Gets the site cache.
Public property Channels
Gets the channels.
Public property Cms
Gets the CMS.
Public property CmsInstanceId
Gets the instance id of the cms server instance to which this publication instance is subscribed.
Public property CompatibilityMode
Gets the compatibility mode.
Public property CookiePolicyManager
The Cookie Manager handling cookie read- and write.
Public property Static member Current
Gets the site that is hosted in the current Web Application.
Public property Description
Gets the configured name of the site.
Public property DynamicStorage
Gets the global dynamic storage.
Public property Factory
Gets the factory object.
Public property FileSystem
Gets the file system.
Public property FileTypes
Gets the collection of FileTypes.
Public property FriendlyName
Gets the configured friendly name of the site.
Public property Host
Gives access to ISmartsite interface.
Public property InstanceId
Gets the publication instance id.
Public property InstanceToken
Gets the publication instance client token.
Public property Items
Gets the Items dictionary that can be used to store information at site level.
Public property Locales
Gets the Locales collection
Public property Manager
Gets the Manager.
Public property MimeTypes
Gets the collection of MimeTypes.
Public property Name
Gets the configured name of the site.
Public property Publications
Gets the publications in the site.
Public property RemoteLogManager
Gets the remote log manager.
Public property ScheduledJobs
Gets the scheduled jobs.
Public property Security
Gets the security system.
Public property Services
Public property Sessions
Gets the Sessions instance.
Public property Settings
Gets the settings.
Public property Startup
Gets the state of this site.
Public property Statistics
Gets the statistics of this site
Public property SystemInfo
Gets the system info about the iXperion Runtime library.
Public property Translations
Gets the translations.
Public property ViperManager
Gives access to the Viper object.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IRootObject..::..RootModule

See Also

Smartsite.Core Namespace
Advanced