Compartilhar via


PublishingWeb.GetIsSchedulingEnabled método

Returns the web templates that are available for creating subsites below this PublishingWeb object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
Public Shared Function GetIsSchedulingEnabled ( _
    list As SPList _
) As Boolean
'Uso
Dim list As SPList
Dim returnValue As Boolean

returnValue = PublishingWeb.GetIsSchedulingEnabled(list)
public static bool GetIsSchedulingEnabled(
    SPList list
)

Parâmetros

Valor retornado

Tipo: System.Boolean
Returns Boolean.

Ver também

Referência

PublishingWeb classe

PublishingWeb membros

Microsoft.SharePoint.Publishing namespace