NavigationNodeCreationInformation members
Describes a new navigation node to be created.
The NavigationNodeCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NavigationNodeCreationInformation | Initializes a new instance of the NavigationNodeCreationInformation object. |
Top
Properties
Name | Description | |
---|---|---|
AsLastNode | Gets or sets a value that specifies whether the navigation node will be created as the last node in the collection. | |
IsExternal | Gets or sets a value that specifies whether the navigation node URL potentially corresponds to pages outside of the site collection. | |
PreviousNode | Gets or sets a value that specifies the navigation node after which the new navigation node will appear in the navigation node collection. | |
Title | Gets or sets a value that specifies the anchor text for the node navigation link. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Url | Gets or sets a value that specifies the URL to be stored with the navigation node. |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top