BaseFieldControl.IsFieldValueCached property

Gets a value indicating whether the value of the field is cached.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property IsFieldValueCached As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.IsFieldValueCached
protected bool IsFieldValueCached { get; }

Property value

Type: System.Boolean
true if the value of the field is cached; otherwise, false.

Remarks

Notes to inheritors

Your code should check the value of IsFieldValueCached before reading the value of the field from the database or doing other actions that are unnecessary when a value has been cached.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace

CanCacheRenderedFieldValue