Microsoft Internet Security and Acceleration Server 2000

FPCContentGroups.Remove Method

Removes a content group object from the collection.

VBScript Syntax[VBScript]

FPCContentGroups.Remove( vItem, bVerify )

C++ Syntax[C++]

HRESULT Remove(
  VARIANT vItem
  VARIANT_BOOL bVerify
);

Parameters

vItem
Required. One-based index of the object to remove.
bVerify
Optional. Boolean value that specifies whether COM verifies, prior to removal, if the content group is used by a rule. The default value is TRUE.

Applies To

FPCContentGroups

See Also

FPCContentGroup