Class NavigationNode
Inheritance
System.Object
NavigationNode
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
Assembly: PnP.Framework.dll
Syntax
public class NavigationNode : object
public class NavigationNode : object
public NavigationNode()
public bool IsExternal { get; set; }
System.Boolean
|
public string Title { get; set; }
System.String
|
public string Url { get; set; }
System.String
|