TemplateWizardSecurityAttribute Class

Definition

Specifies that the template wizard extension will only run when called by the specified template.

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)

Specifies that the template wizard extension will only run when called by the specified template.

Properties

CallingTemplate

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

Applies to