Click or drag to resize

PublishingNavigationDefinition Class

Specifies the navigation settings of a SharePoint publishing web.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsPublishingNavigationDefinition

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

The PublishingNavigationDefinition type exposes the following members.

Constructors
  NameDescription
Public methodPublishingNavigationDefinition
Initializes a new instance of the PublishingNavigationDefinition class
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 fieldAutomaticSorting
Specifies how the automatic sorting is performed.
Public fieldCurrentDynamicChildLimit
Specifies the maximum number of dynamic items to show within this level of the current navigation.
Public fieldCurrentIncludePages
If enabled, navigation items of the pages are displayed in the current navigation.
Public fieldCurrentIncludeSubSites
If enabled, navigation items of the subsites are displayed in the current navigation.
Public fieldCurrentNavigationNodes
Specifies the child navigation node modifications for the current navigation.
Public fieldGlobalDynamicChildLimit
Specifies the maximum number of dynamic items to show within this level of the global navigation.
Public fieldGlobalIncludePages
If enabled, navigation items of the pages are displayed in the global navigation.
Public fieldGlobalIncludeSubSites
If enabled, navigation items of the subsites are displayed in the global navigation.
Public fieldGlobalNavigationNodes
Specifies the child navigation node modifications for the global navigation.
Public fieldInheritCurrent
If enabled, the same current navigation as the parent web is displayed.
Public fieldInheritGlobal
If enabled, the same global navigation as the parent web is displayed.
Public fieldOrdering
Specifies how the navigation items are sorted when displayed in the navigation.
Public fieldShowAndHideRibbonCommandsAvailable
Specifies if the 'Show Ribbon' and 'Hide Ribbon' commands are available to the user on the Site Actions menu.
Public fieldShowSiblings
If enabled, the siblings of the current web are displayed in the current navigation.
Public fieldSortAscending
Specifies the sort direction which is used by the automatic sorting.
Top
Remarks
This is a MatchPoint configuration class.
See Also