Share via


SPFileCollectionAddParameters.CheckInComment property

Gets or sets the check-in comment for the file.

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

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

SPFileCollectionAddParameters members

Microsoft.SharePoint namespace