ConsoleVisibilityStates Enumeration
This bitmask represents the conditions under which the contents of a ConsoleVisibilityContainer object are displayed.
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
| Member name | Description | |
|---|---|---|
| Never | Never show anything in the container. | |
| Error | Show what is in the container only if there is an error. | |
| UserPreference | Show what is in the container only if the user has selected a preference to do so. | |
| NonPublished | Show what is in the container only if the current view of the page is non-published. | |
| Always | Always show what is in the container. |