Click or drag to resize

Ignore Enumeration

Indicates if warnings or errors should be ignored when performing changes.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public enum Ignore
Request Example View Source
Members
  Member nameValueDescription
No0 Apply changes with full validation.
Warnings1 Apply changes ignoring warnings.
Errors2 Apply changes ignoring warnings and errors. You won't be able to publish such a changes.
See Also