SPMobilePostsItemFieldIterator.IsFormFieldExcluded method
NOTE: This API is now obsolete.
Gets a value that indicates whether the specified SPField field is excluded from the rendered fields of a particular post on a mobile form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Function IsFormFieldExcluded ( _
field As SPField _
) As Boolean
'Usage
Dim field As SPField
Dim returnValue As Boolean
returnValue = Me.IsFormFieldExcluded(field)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override bool IsFormFieldExcluded(
SPField field
)
Parameters
field
Type: Microsoft.SharePoint.SPFieldThe SPField field whose exclusion status is reported.
Return value
Type: System.Boolean
Returns true if the field is excluded; otherwise, false.
Remarks
The field is excluded if it is "Body", "PublishedDate", or "Title".
See also
Reference
SPMobilePostsItemFieldIterator class