SPList.NeedUpdateSiteClientTag property
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
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NeedUpdateSiteClientTag As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.NeedUpdateSiteClientTag
instance.NeedUpdateSiteClientTag = value
public bool NeedUpdateSiteClientTag { get; set; }
Property value
Type: System.Boolean