SPFile.CheckInComment - Propriété
Obtient le commentaire est utilisé lorsqu'un document est consigné dans une bibliothèque de documents.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CheckInComment As String
Get
'Utilisation
Dim instance As SPFile
Dim value As String
value = instance.CheckInComment
public string CheckInComment { get; }
Valeur de propriété
Type : System.String
Chaîne qui contient le commentaire, ou une chaîne vide si aucun commentaire n'est archivé.
Remarques
Bien qu'un commentaire d'archivage n'est pas requis dans l'interface utilisateur, la méthode CheckIn nécessite un commentaire comme son paramètre.