共用方式為


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
)

參數

備註

這個方法會呼叫ScheduleStart(DateTime, Boolean, String)與startDate、 true和string.empty。

請參閱

參照

SPFile class

SPFile members

ScheduleStart overload

Microsoft.SharePoint namespace

Approve

ScheduleEnd

ModerationInformation