Click or drag to resize
NavigationDefinition Class
Specifies the navigation settings of a SharePoint web.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsNavigationDefinition

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

The NavigationDefinition type exposes the following members.

Constructors
  NameDescription
Public methodNavigationDefinition
Initializes a new NavigationDefinition instance.
Top
Methods
  NameDescription
Public methodApply
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldHome
Specifies the navigation settings for the 'home' link.
Public fieldQuickLaunch
Contains the navigation settings for the quick launch bar.
Public fieldTopNavigationBar
Contains the navigation settings for the top navigation bar.
Public fieldUseShared
If enabled, the navigation is inherited from the parent web and the other navigation settings are not applied. This setting is not enabled for root webs of site collections and the other navigation settings are always applied.
Top
Remarks
This object can be used within a WebDefinition configuration element.
Remarks
This is a MatchPoint configuration class.
See Also