You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,8 +128,10 @@ Defines the internal data types used in the list infrastructure of a SharePoint
117
128
URLEncode = "TRUE" | "FALSE"
118
129
URLEncodeAsUrl = "TRUE" | "FALSE"
119
130
UserSelectionMode = "Text"
120
-
UserSelectionScope = "Integer" Version = "Text"
121
-
Viewable = "TRUE" | "FALSE" WebId = "Text"
131
+
UserSelectionScope = "Integer"
132
+
Version = "Text"
133
+
Viewable = "TRUE" | "FALSE"
134
+
WebId = "Text"
122
135
Width = "Integer"
123
136
WikiLinking = "TRUE" | "FALSE"
124
137
XName = "Text">
@@ -311,7 +324,8 @@ In addition to the preceding types, the following predefined fields are used wit
311
324
|**ModifiedBy** <br/> |A field that contains a **Lookup** value to the UserInfo table indicating the user who last modified the item. <br/> |
312
325
|**Title** <br/> |The generic display name of every item. It may have a different display name in different lists but the same internal field name of **Title**. The title is the default text to display for **Lookup** fields to lists. <br/> |
313
326
|**LinkTitle** <br/> |A computed field that displays hyperlinks to items, containing the title texts and generating URLs (and new icon references) to the items. There is no additional storage for this field; it relies on the ID and Title fields for rendering of its UI. <br/> |
314
-
327
+
328
+
315
329
> [!NOTE]
316
330
> The fields returned in a **Fields** enumeration are affected by the display mode. Fields that are marked with the **Hidden** attribute are never returned. Fields that are marked with the **ReadOnly** attribute are not returned if a form is being rendered (if **Fields** is called from within a **ListForm** element). Fields that are marked with the **ShowInNewForm** attribute are not returned in the NEW or PREVIEWNEW display modes. Fields marked with the **ShowInFileDlg** attribute are not returned when rendering the **NewForm** dialog form.
0 commit comments