Consent Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Level of consent a user gives to access an external URL
public enum Consent
type Consent =
Public Enum Consent
- Inheritance
-
Consent
Fields
Name | Value | Description |
---|---|---|
AcceptAlways | 0 | Accept for this request and all future requests for the same URL |
Accept | 1 | Accept only for this request |
Reject | 2 | Reject only for this request |