Enum PortalSecurity.FilterFlag
The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together.
Namespace: DotNetNuke.Security
Assembly: DotNetNuke.dll
Syntax
public enum FilterFlag : int
Fields
Name | Description |
---|---|
MultiLine | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |
NoAngleBrackets | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |
NoControlCharacters | Removes all unicode control characters (like \0, \t, \n, \r, etc.) from the string. |
NoMarkup | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |
NoProfanity | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |
NoScripting | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |
NoSQL | The FilterFlag enum determines which filters are applied by the InputFilter function. The Flags attribute allows the user to include multiple enumerated values in a single variable by OR'ing the individual values together. |