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.
Specifies values for content approval status of items in lists and document libraries.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration SPModerationStatusType
'Usage
Dim instance As SPModerationStatusType
[SubsetCallableTypeAttribute]
public enum SPModerationStatusType
Members
Member name | Description | |
---|---|---|
Approved | The last major version of the item is displayed in the public views of the list or document library. | |
Denied | The last major version of the item is not displayed in the public views of the list or document library. | |
Pending | The decision about displaying the item in public views of the list or document library is pending. | |
Draft | The item minor version is being edited and is not ready for approval. | |
Scheduled | The decision about displaying the item in public views of list or document library is pending and will be processed by a timer service. |