PublishingWeb.EnableScheduling método
Permite que o comportamento de um objeto de SPList do agendamento.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)
Sintaxe
'Declaração
Public Shared Sub EnableScheduling ( _
list As SPList _
)
'Uso
Dim list As SPListPublishingWeb.EnableScheduling(list)
public static void EnableScheduling(
SPList list
)
Parâmetros
list
Tipo: Microsoft.SharePoint.SPListO objeto SPList habilitar o agendamento
Comentários
The SPList object must have both major and minor (draft) versions enabled, and content approval must be enabled in order for this method to succeed.