Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.StayInDomain Property

Gets or sets whether to perform the the scheduled content download from the initial domain only, or from other domains as well.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.StayInDomain [ = bStayInDomain ]

C++ Syntax[C++]

HRESULT get_StayInDomain(
  VARIANT_BOOL *pbStayInDomain
);
 
HRESULT put_StayInDomain(
  VARIANT_BOOL bStayInDomain
);

Parameters

bStayInDomain
Boolean value that has either of these settings:
Setting Meaning
TRUE The traversal will remain in the domain of the root URL.
FALSE Scheduled content downloadfrom initial domain and other domains.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig