PublishingPage.ReviewRequestTimeSpan property

Gets the span of time between content review request notifications.

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

Syntax

'Declaration
Public ReadOnly Property ReviewRequestTimeSpan As TimeSpan
    Get
'Usage
Dim instance As PublishingPage
Dim value As TimeSpan

value = instance.ReviewRequestTimeSpan
public TimeSpan ReviewRequestTimeSpan { get; }

Property value

Type: System.TimeSpan
The TimeSpan specifying the content review request notification interval.

Exceptions

Exception Condition
[System.UnauthorizedAccessException]

The current user does not have sufficient permissions to perform this action.

Remarks

This property returns a TimeSpan value calculated based on the ReviewRequestInterval and ReviewRequestIntervalUnit property values. This property indicates the amount of time between e-mail review notifications after a PublishingPage has been published. These review e-mails are used to remind a user to review content.

If this property is equal to TimeSpan.MaxValue, review requests are disabled.

The user must have View permissions on the PublishingPage to retrieve it and return its property values.

See also

Reference

PublishingPage class

PublishingPage members

Microsoft.SharePoint.Publishing namespace