| Web Site Configuration Utility |
Class WebSiteEntry
|
Container object that is used as a return value from VirtualDirectory.GetWebSites. This class is filled with the values retrieved from the Web Site query.
The key field returned is the IISPath which is used to figure out on which Web site to create the virtual directory.
| Member | Description |
|---|---|
Comment |
The comment that goes with this site - this is the 'friendly' description or name for the site. |
IISPath |
The IISPath is the DirectoryEntry style path to the object to be manipulated. Typically we're dealing with a ROOT node of a specific Web site. |
SiteName |
The name of the site. |
Assembly: webconfiguration.exe
Namespace: Westwind.Tools.Web.Configuration
Inherits from:
System.Object
Westwind.Tools.Web.Configuration.WebSiteEntry