Метод PortalSiteMapProvider.IEditableSiteMapProvider.GetMenuState
Пространство имен: Microsoft.SharePoint.Publishing.Navigation
Сборка: Microsoft.SharePoint.Publishing (в Microsoft.SharePoint.Publishing.dll)
Синтаксис
'Декларация
Private Function GetMenuState ( _
startingNodeKey As String, _
maximumDepth As Integer, _
customProperties As StringCollection _
) As EditableAspMenuState Implements IEditableSiteMapProvider.GetMenuState
'Применение
Dim instance As PortalSiteMapProvider
Dim startingNodeKey As String
Dim maximumDepth As Integer
Dim customProperties As StringCollection
Dim returnValue As EditableAspMenuState
returnValue = CType(instance, IEditableSiteMapProvider).GetMenuState(startingNodeKey, _
maximumDepth, customProperties)
EditableAspMenuStateIEditableSiteMapProvider.GetMenuState(
string startingNodeKey,
int maximumDepth,
StringCollection customProperties
)
Параметры
- startingNodeKey
Тип: System.String
- maximumDepth
Тип: System.Int32
- customProperties
Тип: System.Collections.Specialized.StringCollection
Возвращаемое значение
Тип: Microsoft.SharePoint.Navigation.EditableAspMenuState
Реализации
IEditableSiteMapProvider.GetMenuState(String, Int32, StringCollection)
См. также
Справочные материалы
Элементы PortalSiteMapProvider
Пространство имен Microsoft.SharePoint.Publishing.Navigation