Documentation > CMS Template API Library > FilterTextType
CrownPeak.CMSAPI.FilterTextType
Types of text filters that can be used in
Possible enumeration values:
Name | Description | Value |
---|---|---|
Alpha |
Filters everything but letters. |
1 |
AlphaNumeric |
Filters everything but letters and digits. |
2 |
Filename |
Filters everything not allowed in a file name. |
3 |
Filepath |
Filters everything not allowed in a file path. |
4 |
Numeric |
Filters everthing but digits. |
5 |
Unspecified |
For serialization only. Don't use. |
0 |