TypeAcquisition Type
Record fields
| Record Field |
Description
|
Full Usage:
DisableFilenameBasedTypeAcquisition
Field type: bool voption
|
|
Full Usage:
Enable
Field type: bool voption
|
|
Full Usage:
Exclude
Field type: string[] voption
|
|
Full Usage:
Include
Field type: string[] voption
|
|
Static members
| Static member |
Description
|
|
The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ TypeAcquisition.Default with ... }` - rather than writing all 4 out.
|