Table of Contents

Enum ConsentStatus

Namespace
Dynamicweb.DataProcessing
Assembly
Dynamicweb.DataProcessing.dll
Represents the different states of a consent.
public enum ConsentStatus

Fields

Given = 1
The consent has been given.
None = 0
The consent status is unkown.
Withdrawn = 2
The consent has been withdrawn.
To top