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 class IISSite
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class IISSite

The type exposes the following members.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Static member FindByName
Gets the IISSite based on its name.
Public method Static member FindByPath
Gets the IISSite based on its path.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property ApplicationPool
Gets the application to which this site belongs.
Public property Applications
Gets an enumerator that enumerates the applications in this site.
Public property Name
Gets the name of the IIS website.
Public property Path
Gets the root path of this site.
Public property VirtualDirectories
Gets an enumerator that enumerates the virtual directories in this site.

See Also

Advanced