SPView.ModerationType property

Gets the Content Approval type for the view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ModerationType As String
    Get
'Usage
Dim instance As SPView
Dim value As String

value = instance.ModerationType
public string ModerationType { get; }

Property value

Type: System.String

A string that indicates the Content Approval type, which can be one of the following values:

  • HideUnapproved -- Unapproved draft items are hidden from users who only have permission to read items.

  • Contributor -- Pending and rejected items for the current user are displayed.

  • Moderator -- Pending and rejected items for all users are displayed to users who have managed list permissions.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace