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.
Audiences to which the contents of a given AuthoringContainer can be exposed.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AuthoringContainerDisplays
'Usage
Dim instance As AuthoringContainerDisplays
[FlagsAttribute]
public enum AuthoringContainerDisplays
Members
| Member name | Description | |
|---|---|---|
| AuthorsOnly | Display the contents of the container only to authors of the Web site. | |
| ReadersOnly | Display the contents of the container only to readers of the Web site. |