CheckUrl method of the BitsCompactServerUrlGroup class

The CheckUrl method determines whether a URL exists on a server.

Syntax

uint32 CheckUrl(
  [in]  string  UrlSuffix,
  [out] boolean UrlExists
);

Parameters

UrlSuffix [in]

Specifies the URL suffix to locate.

UrlExists [out]

If this parameter is set to TRUE, the URL suffix is present in the URL group. Otherwise, the parameter is set to FALSE.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
Redistributable
Windows Management Framework on Windows Server 2008 with SP2
Namespace
Root\microsoft\bits
MOF
BitsProvider.mof

See also

BitsCompactServerUrlGroup