3.2.5.253.2.1.3 MenuState

Return Type: Microsoft.SharePoint.Client.MenuState

Returns the menu tree rooted at the specified root node for a given provider.

Parameters:

menuNodeKey: A unique key identifying the node that will be used as root node in the returned result.

Type: CSOM String

mapProviderName: The name identifying the provider to use. <236>

Type: CSOM String

depth: The number of levels to include in the returned site map. If no value is specified, a depth of 10 is used.

Type: CSOM Int32

customProperties: A comma separated list of custom properties to request. The character "\" is used to escape commas, allowing comma to be part of the property names.

Type: CSOM String