DashboardNodeSubNodes Property |
Subnodes of this node. Visible in the tree view in M-Files Admin.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IReadOnlyList<IConfigurationDomainNode> SubNodes { get; }
Public ReadOnly Property SubNodes As IReadOnlyList(Of IConfigurationDomainNode)
Get
public:
property IReadOnlyList<IConfigurationDomainNode^>^ SubNodes {
IReadOnlyList<IConfigurationDomainNode^>^ get ();
}
Property Value
Type:
IReadOnlyListIConfigurationDomainNode
See Also