del método LevelHierarchyToolPart.ApplyStateField
Establece el estado de expandir o contraer apropiado del control.
Espacio de nombres: Microsoft.SharePoint.Publishing.WebControls
Ensamblado: Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)
Sintaxis
'Declaración
Protected Sub ApplyStateField ( _
sectionContainerControl As Control, _
id As String _
)
'Uso
Dim sectionContainerControl As Control
Dim id As String
Me.ApplyStateField(sectionContainerControl, _
id)
protected void ApplyStateField(
Control sectionContainerControl,
string id
)
Parámetros
sectionContainerControl
Tipo: System.Web.UI.ControlUn objeto System.Web.UI.Control que representa el control contenedor.
id
Tipo: System.StringUna cadena que representa el identificador del control contenedor.
Vea también
Referencia
Miembros LevelHierarchyToolPart
Espacio de nombres Microsoft.SharePoint.Publishing.WebControls