SubmitCommentButton.SaveItem Method
Saves a comment, checks it in and uploads it.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function SaveItem As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.SaveItem()
protected override bool SaveItem()
Return Value
Type: System.Boolean