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 Code |
---|---|
public class IISSite |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class IISSite |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FindByName |
Gets the IISSite based on its name.
|
|
FindByPath |
Gets the IISSite based on its path.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ApplicationPool |
Gets the application to which this site belongs.
|
|
Applications |
Gets an enumerator that enumerates the applications in this site.
|
|
Name |
Gets the name of the IIS website.
|
|
Path |
Gets the root path of this site.
|
|
VirtualDirectories |
Gets an enumerator that enumerates the virtual directories in this site.
|
See Also
Smartsite.Base Namespace