UserQueryQueryType Class
Applies To: Dynamics CRM 2015
Contains integer values that are used for the UserQuery.QueryType attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.UserQueryQueryType
Syntax
public static class UserQueryQueryType
public ref class UserQueryQueryType abstract sealed
[<AbstractClass>]
[<Sealed>]
type UserQueryQueryType = class end
Public NotInheritable Class UserQueryQueryType
Fields
Name | Description | |
---|---|---|
AddressBookFilters | AAn address book filter. Value = 512. |
|
AdvancedSearch | AAn advanced search. Value = 1. |
|
CustomDefinedView | A custom view. Value = 16384. |
|
InteractiveWorkflowView | A view for a dialog (workflow process). Value = 4096. |
|
LookupView | A lookup view. Value = 64. |
|
MainApplicationView | The main application view. Value = 0. |
|
MainApplicationViewWithoutSubject | The main application view without a subject. Value = 1024. |
|
OfflineFilters | AAn offline filter for Dynamics CRM for Outlook. Value = 16. |
|
OutlookFilters | A filter for Dynamics CRM for Outlook. Value = 256. |
|
QuickFindSearch | A quick find query, which defines the columns searched using the Search field in a list view. Value = 4. |
|
Reporting | A reporting query. Value = 8. |
|
SavedQueryTypeOther | A saved query used for workflow templates and e-mail templates. Value = 2048. |
|
SMAppointmentBookView | The service management appointment book view. Value = 128. |
|
SubGrid | A sub-grid query. Value = 2. |
Remarks
The following table shows the values for this class.
Member |
Value |
Description |
---|---|---|
AddressBookFilters |
512 |
AAn address book filter. |
AdvancedSearch |
1 |
AAn advanced search. |
CustomDefinedView |
16384 |
A custom view. |
InteractiveWorkflowView |
4096 |
A view for a dialog (workflow process) |
LookupView |
64 |
A lookup view. |
MainApplicationView |
0 |
The main application view. |
MainApplicationViewWithoutSubject |
1024 |
The main application view without a subject. |
OfflineFilters |
16 |
AAn offline Microsoft Dynamics CRM for Microsoft Office Outlook filter query. |
OutlookFilters |
256 |
A Microsoft Dynamics CRM for Outlook filter query. |
QuickFindSearch |
4 |
A quick find query, which defines the columns searched using the Search field in a list view. |
Reporting |
8 |
A reporting query. |
SavedQueryTypeOther |
2048 |
A saved query used for workflow templates and e-mail templates. |
SmAppointmentbookView |
128 |
The service management appointment book view. |
SubGrid |
2 |
A sub-grid. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.Sdk Namespace
UserQuery (saved view) entity
Types of views
Customize entity views
Return to top
© 2016 Microsoft. All rights reserved. Copyright