Expand Minimize
This topic has not yet been rated - Rate this topic

SPView.ModerationType property

Gets the Content Approval type for the view.

Namespace:  Microsoft.SharePoint
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.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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.