Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the severity values of packaging rule violations.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration ValidationRuleViolationSeverity
public enum ValidationRuleViolationSeverity
Members
Member name | Description | |
---|---|---|
Information | Represents an informative message to display to the user, but does not indicate a semantic or physical issue with the package. | |
Warning | Represents a warning rule violation that may result in package deployment errors on a SharePoint server, but does not prevent a package from being created. This violation may be ignored by the user. | |
Error | Represents a severe rule violation that may prevent a package from being created. This violation must be fixed by the user. |