TemplateWizardDisallowUserTemplatesSecurityAttribute Class

Definition

This attribute can be placed on a wizard extension implemention to restrict which templates can call into the wizard extension.

public ref class TemplateWizardDisallowUserTemplatesSecurityAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class TemplateWizardDisallowUserTemplatesSecurityAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type TemplateWizardDisallowUserTemplatesSecurityAttribute = class
    inherit Attribute
Public NotInheritable Class TemplateWizardDisallowUserTemplatesSecurityAttribute
Inherits Attribute
Inheritance
TemplateWizardDisallowUserTemplatesSecurityAttribute
Attributes

Constructors

TemplateWizardDisallowUserTemplatesSecurityAttribute(Boolean)

Attribute constructor.

Properties

DisallowUserTemplates

Gets a value that indicates whether to disallow user templates.

Applies to