SearchDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the possible values for the search direction in an appointment request.
For the Web API use the SearchDirection EnumType.
public enum class SearchDirection
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum SearchDirection
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type SearchDirection =
Public Enum SearchDirection
- Inheritance
-
SearchDirection
- Attributes
Fields
| Backward | 1 | Search backward in the calendar. Value = 1. |
| Forward | 0 | Search forward in the calendar. Value = 0. |
Remarks
This enumeration is used for the AppointmentRequestDirection property.