Freigeben über


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.DateTime

    Ein DateTime -Wert, der angibt, wann das Dokument genehmigen.

  • approvalComment
    Typ: System.String

    Die 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.

Siehe auch

Referenz

SPFile Klasse

SPFile-Member

ScheduleStart-Überladung

Microsoft.SharePoint-Namespace

Approve

ScheduleEnd

ModerationInformation