Compartir a través de


: SearchBox.EnableCache (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Este miembro o clase no se admite. Cuando actualice una aplicación o escriba aplicaciones nuevas que hagan uso de este miembro o clase, use en su lugar el miembro o clase nuevo. For Enterprise Search de Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets a flag that indicates whether this Web Part is cached.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property EnableCache As Boolean
'Uso
Dim instance As SearchBox
Dim value As Boolean

value = instance.EnableCache

instance.EnableCache = value
[WebPartStorageAttribute(Storage.Shared)] 
[BrowsableAttribute(false)] 
public bool EnableCache { get; set; }

Valor de propiedad

true if this Web Part is cached; otherwise, false.

Comentarios

The EnableCache property is read/write. The default value for this property is false. When this property is set to true, the HTML of this control is cached for an amount of seconds determine by the CacheTimeOut property.

Vea también

Referencia

SearchBox (Clase)
SearchBox (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)