Enum RestrictionType
Specifies constants that define a publisher restriction.
Declaration
public enum RestrictionType
Fields
PurposeFlatlyNotAllowedByPublisher
Purpose Flatly Not Allowed by Publisher (regardless of Vendor declarations).
Declaration
PurposeFlatlyNotAllowedByPublisher = 0
RequireConsent
Require Consent (if Vendor has declared the Purpose IDs legal basis as Legitimate Interest and flexible).
Declaration
RequireConsent = 1
RequireLegitimateInterest
Require Legitimate Interest (if Vendor has declared the Purpose IDs legal basis as Consent and flexible).
Declaration
RequireLegitimateInterest = 2
Undefined
UNDEFINED (not used).
Declaration
Undefined = 3