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)
Available in Sandboxed Solutions: No

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