Compartilhar via


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

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.

Ver também

Referência

PublishingWeb classe

PublishingWeb membros

Microsoft.SharePoint.Publishing namespace