Enum BaseProfile
The Base Profile for filtering Annotations.
Namespace: Unity.Cloud.Collaboration.Abstractions
Assembly: Unity.Cloud.Collaboration.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum BaseProfile
Fields
| Name | Description |
|---|---|
| Active | Enum Active for value: active |
| All | Enum All for value: all |
| Draft | Enum Draft for value: draft |
| Resolved | Enum Resolved for value: resolved |
| Sending | Enum Sending for value: sending |
| Threads | Enum Threads for value: threads |
| Unresolved | Enum Unresolved for value: unresolved |