ListFieldIterator.ExcludeFields Property
Gets or sets the fields that are not rendered.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Property Value
Type: System.StringA String that represents the fields that are not rendered by the ListFieldIterator control.
Use the InternalName or Title property to identify each field, and separate the fields with a semicolon and pound sign (;#). For example, the value of this property might be "Orginator;#HomePhoneNumber;#Book Author".
Caution
|
|---|
|
A field is excluded if either its InternalName or Title is included. For this reason, when you create custom fields, you should not only keep each Title unique and each Internal Name unique; you should also ensure that no Title is the same as any other field's Internal Name. Otherwise, you might exclude two fields when you want to exclude only one. |
Caution