SPMobileItemFieldIterator.IsComputedFieldSupported Method
NOTE: This API is now obsolete.
Do not use. Use IsSupportedComputedField(SPField) instead. Gets a value that indicates whether the specified SPField is one of the computed type fields that can be rendered on a mobile list view page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPMobileUtility.IsSupportedComputedField(SPField) instead.")> _
Protected Overridable Function IsComputedFieldSupported ( _
field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsComputedFieldSupported(field)
[ObsoleteAttribute("Use SPMobileUtility.IsSupportedComputedField(SPField) instead.")]
protected virtual bool IsComputedFieldSupported(
SPField field
)
Parameters
field
Type: Microsoft.SharePoint.SPFieldThe SPField whose supported status is reported.
Return Value
Type: System.Boolean
Returns true if the field is a computed type that can be rendered in a mobile list view page; otherwise, false.
See Also
Reference
SPMobileItemFieldIterator Class