Keyoti RapidSpell Web .NET Help Docs
ScriptFilterLevel Property
API DocumentationKeyoti.RapidSpellRapidSpellWebScriptFilterLevel
Keyoti RapidSpell Web .NET
Script filter level; 0=none 15=all. Whether to filter scripting elements from the preview pane and at what level.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int ScriptFilterLevel { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public int ScriptFilterLevel { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property ScriptFilterLevel As Integer
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property ScriptFilterLevel As Integer
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property int ScriptFilterLevel {
	int get ();
	void set (int value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property int ScriptFilterLevel {
	int get ();
	void set (int value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member ScriptFilterLevel : int with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member ScriptFilterLevel : int with get, set
Property Value
Int32
Remarks
Levels; 0=remove nothing 15=remove all 1=remove script blocks 2=remove event handlers 4=remove javascript: urls 8=remove behaviours ">PUBLIC:XXX<" Combinations can be formed by adding options, eg; 3=1 & 2 (remove script blocks & remove event handlers) 5=1 & 4 (remove script blocks & remove javascript: urls) 7=1 & 2 & 4 (remove script blocks & remove event handlers & remove javascript: urls)

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331