LabelFlag Type
Flags that modify label behavior.
Union cases
| Union case |
Description
|
Full Usage:
Adult
|
This is adult content |
Full Usage:
NoOverride
|
User cannot override this label's effect |
Full Usage:
NoSelf
|
Label does not apply when the labeler is the content author (self-label) |
Full Usage:
Unauthed
|
Only applies to unauthenticated users |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAdult
Returns: bool
|
|
Full Usage:
this.IsNoOverride
Returns: bool
|
|
Full Usage:
this.IsNoSelf
Returns: bool
|
|
Full Usage:
this.IsUnauthed
Returns: bool
|
|