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.
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
Name | Value | Description |
---|---|---|
Forward | 0 | Search forward in the calendar. |
Backward | 1 | Search backward in the calendar. |
Remarks
For the Web API use the SearchDirection EnumType.
This enumeration is used for the AppointmentRequest. Direction property.