DashboardNodeGetID Method

Provides the static id for the node. This value should at least be unique amongst siblings. IDs cannot have spaces, newlines or periods.

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public override string GetID()

Return Value

String
The id.

Implements

IConfigurationDomainNodeGetID

See Also