This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Slack.
Summary
Optional flag indicating whether the `value` is short enough to be displayed side-by-side with other values
- Assembly
- Cake
.Slack .dll - Namespace
- Cake
.Slack .Chat - Containing Type
- Slack
Chat Message Attachment Field
Syntax
public bool Short { get; set; }
Value
Type | Description |
---|---|
bool |
true if short; otherwise, false .
|