StatusDashboardContentExtensionMethodsSetInnerContent(DashboardListItem, FormattableString) Method

Sets the inner html content of a list item.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static void SetInnerContent(
	this DashboardListItem listItem,
	FormattableString content
)

Parameters

listItem  DashboardListItem
The list item to set the inner content of.
content  FormattableString
The content to add.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DashboardListItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also