Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.MaxDepth Property

Gets or sets the upper limit of depth to fetch. Depth refers to the number of links that will be followed when downloading content.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.MaxDepth [ = lMaxDepth ]

C++ Syntax[C++]

HRESULT get_MaxDepth(
  long *plMaxDepth
);

HRESULT put_MaxDepth(
  long lMaxDepth
);

Parameters

lMaxDepth
Long value that specifies the upper limit of term-link depth.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig