Microsoft Internet Security and Acceleration Server 2004 SDK

MaxDepth Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.MaxDepth [Visual Basic]

[C++]

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

HRESULT get_MaxDepth(
  long* plMaxDepth
);

HRESULT put_MaxDepth(
  long lMaxDepth
);

Parameters

plMaxDepth
Pointer to a variable that on return receives a 32-bit integer specifying the upper limit of the depth to fetch.
lMaxDepth
A 32-bit integer that specifies the upper limit of the depth to fetch.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 1.

[Visual Basic]

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

Property MaxDepth As Long

Property Value

A 32-bit integer that specifies the upper limit of the depth to fetch.

Remarks

This property is read/write. Its default value is 1.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCScheduledContentDownloadConfig