SPFile.ScheduleStart method (DateTime)
排程的自動核准的控管型的程式庫中的文件在指定的日期和時間。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub ScheduleStart ( _
startDate As DateTime _
)
'用途
Dim instance As SPFile
Dim startDate As DateTime
instance.ScheduleStart(startDate)
public void ScheduleStart(
DateTime startDate
)
參數
startDate
Type: System.DateTime日期和時間文件時自動核准。
備註
這個方法會呼叫ScheduleStart(DateTime, Boolean, String)與startDate、 true和string.empty。