FpcUrlCategorySetType enumeration

Applies to: desktop apps only

The FpcUrlCategorySetType enumerated type indicates whether the URLCategorySet includes only the URL categories specified in the set or all URL categories except the URL categories specified in the set.

Syntax

typedef enum FpcUrlCategorySetType { 
  fpcSelectedCategories            = 0,
  fpcAllExceptSelectedCategories
  = 1
} FpcUrlCategorySetType;

Constants

  • fpcSelectedCategories
    The URLCategorySet object includes only the URL categories specified in the set.

  • fpcAllExceptSelectedCategories
    The URLCategorySet object includes all URL categories except the URL categories specified in the set.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

FpcUrlCategory

 

 

Build date: 7/12/2010