SPIisWebSite members
Represents an Internet Information Services (IIS) Web site.
The SPIisWebSite type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPIisWebSite | Initializes a new instance of the SPIisWebSite class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentDirectoryEntry | Gets the configuration store AD DS node that corresponds to this object. (Inherited from SPMetabaseObject.) | |
Exists | Gets a Boolean value that indicates whether the object exists in the configuration store. (Inherited from SPMetabaseObject.) | |
HttpErrorsExistingResponse | Gets or sets a value that determines whether Internet Information Services (IIS) overwrites error messages in Microsoft SharePoint Foundation. | |
InstanceId | Gets the instance ID of the Internet Information Services (IIS) Web site. | |
ParentIsDisposable | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPMetabaseObject.) | |
RelativePath | Gets the portion of the configuration store path that is specific to the object. (Inherited from SPMetabaseObject.) | |
SchemaClassName | Tells the metabase code what kind of object this is. (Overrides SPMetabaseObject.SchemaClassName.) | |
ServerBindings | Gets or sets a list of server bindings that are served by the Internet Information Services Web site. | |
ServerComment | Gets or sets the display name of the Internet Information Services (IIS) Web site. | |
ServerState | Gets a value that describes the server state. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases unmanaged resources used by the configuration store object. (Inherited from SPMetabaseObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InvokeMethod | Executes the Invoke method of the current directory entry. (Inherited from SPMetabaseObject.) | |
MemberwiseClone | (Inherited from Object.) | |
Provision | Creates an Internet Information Services Web site. (Overrides SPMetabaseObject.Provision().) | |
ToString | (Inherited from Object.) | |
Unprovision | Destroys the configuration store object. (Inherited from SPMetabaseObject.) | |
Update | Commits to the registry or to the underlying directory store all changes made to the AD DS entry for this object. (Inherited from SPMetabaseObject.) |
Top