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 interface ISite
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface ISite

The type exposes the following members.

Public Properties

  Name Description
Public property CmsInstanceId
Gets the instance id of the old Cms server.
Public property FileSystem
Gets the FileSystem.
Public property InstanceId
Gets the instance id of the publication server.
Public property Items
Gets the Items dictionary that can be used to store information at site level.
Public property Locales
Gets the Locales.
Public property Name
Gets the name of the site.
Public property Settings
Gets the Settings.
Public property Startup
Gets the startup state info.

See Also

Smartsite.Base Namespace
Advanced