IConfigurationDomainNodeGetDescription Method

Provides a description of the domain. Currently displayed in the domain header area, and in some default dashboards.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
string GetDescription(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

String
The description.

See Also