Click or drag to resize

NavigationNodeDefinition Class

Specifies the SharePoint navigation node.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsNavigationNodeDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class NavigationNodeDefinition

The NavigationNodeDefinition type exposes the following members.

Constructors
  NameDescription
Public methodNavigationNodeDefinition
Initializes a new NavigationNodeDefinition instance.
Top
Methods
  NameDescription
Public methodApply
Public methodCreate
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldChildren
Contains child navigation nodes of the current navigation node.
Public fieldIsExternal
Specifies whether the provided URL points to an external resource.
Public fieldTitle
Specifies the title for the navigation node.
Public fieldTitleResource
Contains string translations for the title parameter in different languages.
Public fieldUrl
Specifies the URL for navigation node.
Top
Remarks
This object can be used within a NavigationDefinition configuration element.
Remarks
This is a MatchPoint configuration class.
See Also