Represents an event as exposed by push and pull notifications.
Properties
-
EventType
→ EventType?
-
Gets the type of this event.
no setter
-
eventType
↔ EventType?
-
Type of this event.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
OldParentFolderId
↔ FolderId?
-
Gets the Id of the old parent folder of the item or folder this event applies to.
OldParentFolderId is only meaningful when EventType is equal to either EventType.Moved or
EventType.Copied. For all other event types, OldParentFolderId is null.
getter/setter pair
-
oldParentFolderId
↔ FolderId?
-
Id of the old prarent foldero of the item or folder this event applies to.
This property is only meaningful when EventType is equal to either EventType.Moved
or EventType.Copied. For all other event types, oldParentFolderId will be null.
getter/setter pair
-
ParentFolderId
↔ FolderId?
-
Gets the Id of the parent folder of the item or folder this event applie to.
getter/setter pair
-
parentFolderId
↔ FolderId?
-
Id of parent folder of the item or folder this event applies to.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
TimeStamp
→ DateTime?
-
Gets the date and time when the event occurred.
no setter
-
timestamp
↔ DateTime?
-
Date and time when the event occurred.
getter/setter pair