SPVirtualServerConfig members
NOTE: This API is now obsolete.
Obsolete. Use the SPWebApplication class or the SPIisSettings class instead. (In Windows SharePoint Services 2.0, the SPVirtualServerConfig class represented the configuration settings for a virtual server, and is maintained for backward compatibility.)
The SPVirtualServerConfig type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlternateUrls | Obsolete. Gets the collection of alternate request URLs for the virtual server. | |
CustomZoneOutgoingUrl | Obsolete. Gets or sets the outgoing URL that SharePoint Foundation returns in response to a request originating in the custom zone. | |
DefaultZoneOutgoingUrl | Obsolete. Gets or sets the outgoing URL that SharePoint Foundation returns in response to a request that originates in the default zone. | |
EmailInsertsEnabled | Obsolete. Obsolete. The e-mail insert feature has been removed. The EmailInsertsEnabled property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the EmailInsertsEnabled property was used to get or set a Boolean value that specified whether document libraries on the virtual server can accept e-mail attachments, and is maintained for backward compatibility.) | |
EventHandlersEnabled | Obsolete. Gets or sets a Boolean value that specifies whether event handlers for document libraries are enabled. | |
ExtranetZoneOutgoingUrl | Obsolete. Gets or sets the outgoing URL that Windows SharePoint Foundation returns in response to a request that originates in the extranet zone. | |
InternetZoneOutgoingUrl | Obsolete. Gets or sets the outgoing URL that SharePoint Foundation returns in response to a request that originates in the Internet zone. | |
IntranetZoneOutgoingUrl | Obsolete. Gets or sets the outgoing URL that SharePoint Foundation returns in response to a request that originates in the intranet zone. | |
JobEmailInserts | Obsolete. Obsolete. The e-mail insert feature has been removed. The JobEmailInserts property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the JobEmailInserts property was used to get or set a value that specified how often to check the public folder for new e-mail attachments for a document library, and is maintained for backward compatibility.) | |
Prefixes | Obsolete. Gets the collection of prefixes for URLs that are used on the virtual server. | |
Properties | Obsolete. Gets configuration settings that are used on the virtual server. | |
PublicFolderUrl | Obsolete. Obsolete. The e-mail insert feature has been removed. The PublicFolderUrl property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the PublicFolderUrl property was used to get or set the server name and root path for the public folders to use for e-mail attachments in document libraries, and is maintained for backward compatibility.) | |
SelfServiceSiteCreationEnabled | Obsolete. Gets or sets a Boolean value that specifies whether Self-Service Site Creation is enabled on the virtual server. | |
SelfServiceSiteCreationRequireContact | Obsolete. Gets or sets a Boolean value that specifies whether a secondary contact is required when using Self-Service Site Creation. | |
VirtualServer | Obsolete. Gets the virtual server to which the configuration settings apply. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
ToXmlString | Obsolete. Returns the configuration settings for the virtual server as an XML string. |
Top