SPFile.ScheduleStart-Methode (DateTime, String)
Plant die automatische Genehmigung eines Dokuments in einer moderierten Bibliothek am angegebenen Datum und Uhrzeit mit der angegebenen Erklärung zur Genehmigung.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub ScheduleStart ( _
startDate As DateTime, _
approvalComment As String _
)
'Usage
Dim instance As SPFile
Dim startDate As DateTime
Dim approvalComment As String
instance.ScheduleStart(startDate, approvalComment)
public void ScheduleStart(
DateTime startDate,
string approvalComment
)
Parameter
startDate
Typ: System.DateTimeEin DateTime -Wert, der angibt, wann das Dokument genehmigen.
approvalComment
Typ: System.StringDie Erläuterung, warum das Element genehmigt wurde. Diese Methode speichert diesen Wert in der Eigenschaft SPListItem.ModerationInformation.Comment .
Hinweise
Diese Methode ruft ScheduleStart(DateTime, Boolean, String) mit startDate, trueund approvalComment.