Share via


SPPageStateControl.InputCommentsClientId property

Gets the comments that are input by a client.

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

Syntax

'Declaration
Public Shared ReadOnly Property InputCommentsClientId As String
    Get
'Usage
Dim value As String

value = SPPageStateControl.InputCommentsClientId
public static string InputCommentsClientId { get; }

Property value

Type: System.String
The client comments.

Remarks

The comments are entered by a user as part of a command like Publish, Submit for Approval, and so forth.

See also

Reference

SPPageStateControl class

SPPageStateControl members

Microsoft.SharePoint.WebControls namespace