AllFields Class
The AllFields class is used in a query to specify that all the fields be returned from the data source.
System.Object
Microsoft.SharePoint.Dsp.AllFields
Public Constructors
The following table shows the public constructors of the AllFields class and a brief description of each.
Name | Description |
---|---|
AllFields | Initializes a new instance of the AllFields class. |
Public Properties
The following table shows the public properties of the AllFields class, the data type of each property, and a brief description of each.
Name | Data type | Description |
---|---|---|
IncludeHiddenFields | Boolean | Gets or sets a Boolean value that specifies whether hidden fields are included in the query. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.
Remarks
The AllFields class is passed in the Fields constructor to specify that all fields be returned from the data source.
Requirements
Namespace: Microsoft.SharePoint.Dsp
Platforms: Microsoft Windows Server 2003
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Security: Code Access Security