SPList.NeedUpdateSiteClientTag - Propriété
A boolean value that determines whether to editing documents in this list should increment the ClientTag for the site. The tag is used to allow clients to cache JS/CSS/resources that are retrieved from the Content DB, including custom CSR templates
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property NeedUpdateSiteClientTag As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.NeedUpdateSiteClientTag
instance.NeedUpdateSiteClientTag = value
public bool NeedUpdateSiteClientTag { get; set; }
Valeur de propriété
Type : System.Boolean