Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Section

A section in a ConnectorCard

Record Fields

Record FieldDescription
ActivityImage
Signature: ImageUri option

(Optional) An image representing the action. Often this is an avatar of the "actor" of the activity.

ActivitySubtitle
Signature: MarkdownString option

(Optional) A subtitle describing the event or action. Often this will be a summary of the action.

ActivityText
Signature: MarkdownString option

(Optional) A full description of the action.

ActivityTitle
Signature: MarkdownString option

(Optional) Title of the event or action. Often this will be the name of the "actor".

Facts
Signature: Fact list

A list of facts, displayed as key-value pairs.

Images
Signature: Image list

A list of images that will be displayed at the bottom of the section.

IsMarkdown
Signature: bool option

(Optional) Set this to false to disable markdown parsing on this section's content. Markdown parsing is enabled by default.

PotentialActions
Signature: ViewAction list

This list of ViewAction objects will power the action links found at the bottom of the section

Text
Signature: string option

(Optional) A text that will appear before the activity.

Title
Signature: MarkdownString option

(Optional) The title of the section

Instance members

Instance memberDescription
x.WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter
Attributes:
[<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>]
OBSOLETE

This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.

Writes the Section to a JSON writer