TemplatePicker.AllowDeferredTemplateApplication property

Determines whether or not this control should show the "Apply Later" template choice in the "Custom" category.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property AllowDeferredTemplateApplication As Boolean
    Get
    Set
'Usage
Dim instance As TemplatePicker
Dim value As Boolean

value = instance.AllowDeferredTemplateApplication

instance.AllowDeferredTemplateApplication = value
public bool AllowDeferredTemplateApplication { get; set; }

Property value

Type: System.Boolean

Remarks

The special "Apply Later" template choice in the "Custom" category allows users to provision a site without applying a template to it. The template can be applied later using the TemplatePick.aspx page. Default value is true.

See also

Reference

TemplatePicker class

TemplatePicker members

Microsoft.SharePoint.WebControls namespace