FolderChange class
Represents a change on a folder as returned by a synchronization operation.
Constructors
-
FolderChange()
-
Initializes a new instance of FolderChange.
Properties
-
ChangeType
↔ ChangeType?
-
Gets the type of the change.
getter/setter pairinherited
-
changeType
↔ ChangeType?
-
The type of change.
getter/setter pairinherited
-
Folder
→ Folder?
-
Gets the folder the change applies to. Folder is null when ChangeType is equal to
ChangeType.Delete. In that case, use the FolderId property to retrieve the Id of
the folder that was deleted.
no setter
-
FolderId
→ FolderId?
-
Gets the Id of the folder the change applies to.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
Id
↔ ServiceId?
-
Gets or sets the Id of the service object the change applies to.
getter/setter pairinherited
-
id
↔ ServiceId?
-
The Id of the service object the change applies to.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
ServiceObject
↔ ServiceObject?
-
Gets or sets the service object the change applies to.
getter/setter pairinherited
-
serviceObject
↔ ServiceObject?
-
The service object the change applies to.
getter/setter pairinherited