de la propiedad PortalSiteMapDataSource.TreatStartingNodeAsCurrent
Obtiene o establece un valor que indica si se debe o no nodo de inicio del origen de datos se trata como el nodo "actual" o "Cortar" al aplicar las opciones de recorte.
Espacio de nombres: Microsoft.SharePoint.Publishing.Navigation
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
Public Property TreatStartingNodeAsCurrent As Boolean
Get
Set
'Uso
Dim instance As PortalSiteMapDataSource
Dim value As Boolean
value = instance.TreatStartingNodeAsCurrent
instance.TreatStartingNodeAsCurrent = value
public bool TreatStartingNodeAsCurrent { get; set; }
Valor de propiedad
Tipo: System.Boolean
Vea también
Referencia
Miembros PortalSiteMapDataSource
Espacio de nombres Microsoft.SharePoint.Publishing.Navigation