ScheduledItem.EnableSchedulingOnDeployedItems Method
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Sub EnableSchedulingOnDeployedItems ( _
deployedSite As SPSite, _
startChangeToken As SPChangeToken, _
endChangeToken As SPChangeToken, _
jobStatus As String _
)
'Usage
Dim deployedSite As SPSite
Dim startChangeToken As SPChangeToken
Dim endChangeToken As SPChangeToken
Dim jobStatus As String
ScheduledItem.EnableSchedulingOnDeployedItems(deployedSite, _
startChangeToken, endChangeToken, _
jobStatus)
public static void EnableSchedulingOnDeployedItems(
SPSite deployedSite,
SPChangeToken startChangeToken,
SPChangeToken endChangeToken,
string jobStatus
)
Parameters
- deployedSite
Type: Microsoft.SharePoint.SPSite
- startChangeToken
Type: Microsoft.SharePoint.SPChangeToken
- endChangeToken
Type: Microsoft.SharePoint.SPChangeToken
- jobStatus
Type: System.String