TemplateWizardSecurityAttribute Class

Definition

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

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

Constructors

TemplateWizardSecurityAttribute(String)

Attribute constructor.

Properties

CallingTemplate

Gets the name of the template allowed to call the template wizard extension.

Applies to