SiteURL

This class represents a Uniform Resource Locator (URL) based connection between sites and virtual servers. The relationship between a Web site and a virtual server is represented by a link to a Site object and a link to a VirtualServer object.

The SiteURL object stores the first portion, or top level, (for example, domain name) of a site. If needed, a URI object is linked to the SiteURL object to form the entire URL for the site.

If there are any query strings (SVQStringName or MVQStringName objects) associated with the site URL, they will be linked to the SiteURL object using the LinkSVQStringName or LinkMVQStringName objects.

Data Members

Data Member Name Data Type Default Value Description
ExcludeCriteria WSTR None Stores the exclude criteria for the URL.
ExcludeHosts WSTR None Stores the hosts excluded from access through the URL.
GoodStatusCodes WSTR None None
IncludeCriteria WSTR None None
IsChopTopLevelDir SHORT None Indicates if the top-level directory is cut from the URL.
SiteName WSTR Not available None
URL WSTR Not available Stores the first portion, or top level, of a site. Stores the URL as the unique key for the object.
URLExt WSTR None Stores the extended data for the URL.
VServerName WSTR Not available None

Class Key

SiteURLKey is composed of a single data member, URL.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name Parent Child Type
SiteSiteURIRel Site SiteURL 2
SiteURLLinkMVQStringNameRel SiteURL LinkMVQStringName 2
SiteURLLinkSVQStringNameRel SiteURL LinkSVQStringName 2
SiteURLURIRel SiteURL URI 2
VirtualServerSiteURLRel VirtualServer SiteURL 3


All rights reserved.