DashboardHelperGetConfigurationPath Method

Resolves the path to a domain's configuration node.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string GetConfigurationPath(
	string domainID
)

Parameters

domainID  String
The id of the domain whose configuration node the path will point to.

Return Value

String
The configuration node path.

See Also