Partager via


SearchBox.EnableCache, propriété (Microsoft.SharePoint.Portal.WebControls)

Cette classe ou ce membre est désapprouvé. Lorsque vous mettez à niveau ou écrivez de nouvelles applications qui utilisent cette classe ou ce membre, utilisez la nouvelle classe ou le nouveau membre à la place. For Recherche de contenu d'entreprise dans 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.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property EnableCache As Boolean
'Utilisation
Dim instance As SearchBox
Dim value As Boolean

value = instance.EnableCache

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

Valeur de la propriété

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

Remarques

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.

Voir aussi

Référence

SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms