BaseFieldControl.CanCacheRenderedFieldValue Property

Gets or sets a value indicating whether the value of BaseFieldControl may be locally cached.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Property CanCacheRenderedFieldValue As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.CanCacheRenderedFieldValue

Me.CanCacheRenderedFieldValue = value
protected bool CanCacheRenderedFieldValue { get; set; }

Property Value

Type: System.Boolean
true if the value can be cached; otherwise, false. The default is true.

See Also

Reference

BaseFieldControl Class

BaseFieldControl Members

Microsoft.SharePoint.WebControls Namespace

IsFieldValueCached