Method Create
- Namespace
- MailFathom.Application.SensitiveContent
- Assembly
- MailFathom.Application.dll
Create(string)
Creates a category from a declared or configured name.
public static SensitiveContentCategory Create(string name)
Parameters
namestringThe name to validate.
Returns
- SensitiveContentCategory
The validated category.
Exceptions
- ArgumentException
Thrown when
nameis not an acceptable category name.