SPModerationStatusType Enumeration
Specifies values for content approval status of items in lists and document libraries.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPModerationStatusType
Dim instance As SPModerationStatusType
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. |