SPFileSaveBinaryParameters.CheckInComment Property

Gets or sets a comment about the checked-in file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property CheckInComment As String
    Get
    Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As String

value = instance.CheckInComment

instance.CheckInComment = value
public string CheckInComment { get; set; }

Property Value

Type: System.String
A string that contains the check-in comment, or an empty string if there is no check-in comment.

See Also

Reference

SPFileSaveBinaryParameters Class

SPFileSaveBinaryParameters Members

Microsoft.SharePoint Namespace

CheckInComment