Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownload.Add Method

Creates a new FPCScheduledContentDownloadConfig object in the list and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCScheduledContentDownloadConfig = ] FPCScheduledContentDownload.Add( sName, sURL )

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  BSTR sURL, 
  IFPCScheduledContentDownloadConfig **ppoFPCScheduledContentDownloadConfig
);

Parameters

sName
Required. String that specifies the name of a new FPCScheduledContentDownloadConfig object.
sURL
Required. String that specifies the URL.

Return Value

oFPCScheduledContentDownloadConfig
Returns a reference to the new FPCScheduledContentDownloadConfig object.

Applies To

FPCScheduledContentDownload