Click or drag to resize
weroSoft AG, Software
AcceptanceStatus Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the acceptance status of the license.

Namespace:  WeroSoft.Licensing
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum AcceptanceStatus
Members
  Member nameValueDescription
NoAcceptanceRequired0 The license conditions must not be accepted.
MustAccept1 The license conditions must be accepted.
Accepted2 The license conditions are accepted.
DeclinedAcceptance3 The user declined acceptance of the license conditions.
See Also