Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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