ConfigurableVaultApplicationBaseTSecureConfigurationGetDescription Method

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

Definition

Namespace: MFiles.VAF.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual string GetDescription(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

String
The description.

Implements

IConfigurationDomainNodeGetDescription(IConfigurationRequestContext)

See Also