SPFileCollectionAddParameters.CheckInComment Property
Gets or sets the check-in comment for the 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 SPFileCollectionAddParameters
Dim value As String
value = instance.CheckInComment
instance.CheckInComment = value
public string CheckInComment { get; set; }
Property Value
Type: System.String
The check-in comment for the file. The default is an empty string.
See Also
Reference
SPFileCollectionAddParameters Class