Table of Contents

Method Create

Namespace
MailFathom.Application.SensitiveContent.Detection
Assembly
MailFathom.Application.dll

Create(string, string)

Creates a detector identity.

public static SensitiveContentDetector Create(string name, string revision)

Parameters

name string

The detector's stable name.

revision string

The rule-corpus revision or analyzer-profile version it runs under.

Returns

SensitiveContentDetector

The validated identity.

Exceptions

ArgumentException

Thrown when either value is outside the grammar this type accepts.