SPVirtualServer Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Obsolete. Use the SPWebApplication class or the SPIisSettings class instead. (In Windows SharePoint Services 2.0, the SPVirtualServer class represented the top-level object for a virtual server in SharePoint Foundation, and is maintained for backward compatibility.)
The SPVirtualServer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPVirtualServer | Obsolete. Obsolete. Initializes a new instance of the SPVirtualServer class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationPoolId | Obsolete. Obsolete. Gets the ID of the application pool used in Microsoft Internet Information Services (IIS). | |
CatchAccessDeniedException | Obsolete. Obsolete. Use the CatchAccessDeniedException property of the Microsoft.SharePoint.SPSecurity class instead. (In Windows SharePoint Services 2.0, the CatchAccessDeniedException class was used to get or set a Boolean value that specified whether to handle Access denied exceptions and require user authentication, and is maintained for backward compatibility.) | |
Config | Obsolete. Obsolete. Gets the configuration settings for the virtual server. | |
ContentDatabases | Obsolete. Obsolete. Gets the collection of content databases on the virtual server. | |
Description | Obsolete. Obsolete. Gets the description for the virtual server, which is displayed in the Microsoft Internet Information Services (IIS) management console. | |
HostName | Obsolete. Obsolete. Gets the host name for the virtual server. | |
IISInstanceId | Obsolete. Obsolete. Gets the instance ID of Microsoft Internet Information Services (IIS). | |
IisWebSiteSettings | Obsolete. Obsolete. Gets the IIS Web site settings. | |
MailCodePage | Obsolete. Obsolete. Gets the language code page that is used for e-mail messages. | |
MailFromAddress | Obsolete. Obsolete. Gets the From address used in e-mail for the server. | |
MailReplyToAddress | Obsolete. Obsolete. Gets the To address used in e-mail for the server. | |
OutboundSmtpServer | Obsolete. Obsolete. Gets the name of the Simple Mail Transfer Protocol (SMTP) server that is used for outbound e-mail. | |
Port | Obsolete. Obsolete. Gets the port number for the virtual server. | |
PresenceEnabled | Obsolete. Obsolete. Gets a Boolean value that indicates whether online presence information is enabled on the virtual server. | |
Sites | Obsolete. Obsolete. Gets the collection of all site collections on the virtual server. | |
State | Obsolete. Obsolete. Gets an SPVirtualServerState value that represents the state of the virtual server. | |
Url | Obsolete. Obsolete. Gets the URL for the virtual server. | |
Version | Obsolete. Obsolete. Gets the version of SharePoint Foundation that is installed on the virtual server. | |
VirtualServerId | Obsolete. Obsolete. Gets the GUID for the virtual server. | |
WebApplication | Obsolete. Obsolete. Gets the Web application associated with the virtual server. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetWebTemplates | Obsolete. Obsolete. Returns the collection of site templates for the server that is specified by the locale ID (LCID). | |
MakeFullUrl | Obsolete. Obsolete. Converts the server-relative URL of a site to a full URL that includes the name of the server. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UpdateMailSettings | Obsolete. Obsolete. Updates settings on the SMTP server that are used for e-mail on the virtual server. | |
UpgradeVirtualServer | Obsolete. Obsolete. Use members of the SPWebApplication class or the SPIisSettings class instead. (In Windows SharePoint Services 2.0, the UpgradeVirtualServer method upgraded the virtual server, and is maintained for backward compatibility.) |
Top