Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.MaxPages Property

Gets or sets the integer that specifies the upper limit in terms of total cache-object size in kilobytes.

Note  Must be set to a positive integer. The scheduled content download service will not allow an infinite number of pages to be retrieved.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.MaxPages [ = lMaxPages ]

C++ Syntax[C++]

HRESULT get_MaxPages(
  long *plMaxPages
);
 
HRESULT put_MaxPages(
  long lMaxPages
);

Parameters

lMaxPages
Long value that specifies the upper limit in terms of total cache-object size in kilobytes.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig