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.
This bitmask represents the conditions under which the contents of a ConsoleVisibilityContainer object are displayed.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration ConsoleVisibilityStates
'Usage
Dim instance As ConsoleVisibilityStates
public enum ConsoleVisibilityStates
Members
| 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. |