Dynamicweb 8 Documentation
AddInIgnoreTypeNames Property

Gets or sets the names of the add-in types to ignore separated by comma.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")> 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> 
<DefaultValueAttribute()> 
Public Property AddInIgnoreTypeNames As String
[CategoryAttribute("Appearance")] 
[BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)] 
[DefaultValueAttribute()] 
public string AddInIgnoreTypeNames {get; set;}

Property Value

The names of the add-in types separated by comma.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInSelector Class
AddInSelector Members

Send Feedback