PublishingWeb.GetIsSchedulingEnabled method
Returns the web templates that are available for creating subsites below this PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function GetIsSchedulingEnabled ( _
list As SPList _
) As Boolean
'Usage
Dim list As SPList
Dim returnValue As Boolean
returnValue = PublishingWeb.GetIsSchedulingEnabled(list)
public static bool GetIsSchedulingEnabled(
SPList list
)
Parameters
list
Type: Microsoft.SharePoint.SPListThe SPList object containing the web templates to be retrieved
Return value
Type: System.Boolean
Returns Boolean.