ItemsChoiceType1 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.
The ItemsChoiceType1 enumeration identifies the change types for each folder in a SyncFolderHierarchy operation.
public enum class ItemsChoiceType1
public enum ItemsChoiceType1
Public Enum ItemsChoiceType1
- Inheritance
-
ItemsChoiceType1
Fields
Name | Value | Description |
---|---|---|
Create | 0 | Identifies a single folder to create in the local client store. |
Delete | 1 | Identifies a single folder to delete in the local client store. |
Update | 2 | Identifies a single folder to update in the local client store. |
Remarks
This enumeration is used by the ItemsElementName property of the SyncFolderHierarchyChangesType type.
This enumeration is used in SyncFolderHierarchy responses. Use this enumeration to determine the type of change that has occurred to a folder hierarchy on the server so that the client can update the local version of the folder hierarchy.