SPFile.ScheduleStart 方法 (DateTime)

计划在指定的日期和时间自动批准的需经审查的库中的文档。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub ScheduleStart ( _
    startDate As DateTime _
)
用法
Dim instance As SPFile
Dim startDate As DateTime

instance.ScheduleStart(startDate)
public void ScheduleStart(
    DateTime startDate
)

参数

  • startDate
    类型:System.DateTime

    日期和时间自动审核该文档时。

备注

此方法调用startDate, true, string.empty与ScheduleStart(DateTime, Boolean, String)

另请参阅

引用

SPFile 类

SPFile 成员

ScheduleStart 重载

Microsoft.SharePoint 命名空间

Approve

ScheduleEnd

ModerationInformation