SPView.ModerationType property
SharePoint 2013
Gets the Content Approval type for the view.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute] [ClientCallableConstraintAttribute(FixedId = "valid", Type = ClientCallableConstraintType.Custom, Value = "It MUST be null or conform to ViewModerationType as specified in [MS-WSSCAML].")] public string ModerationType { get; }
Property value
Type: System.StringA 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.