Click or drag to resize

StateSyncChange Class

Defines a persistable change state.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationStateSyncChange

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class StateSyncChange

The StateSyncChange type exposes the following members.

Constructors
  NameDescription
Public methodStateSyncChange
Initializes a new instance of the StateSyncChange class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets the attributes.
Public propertyContentVersion
Gets or sets the content version.
Public propertyCreationTime
Gets or sets the creation time.
Public propertyEntryId
Gets or sets the entry identifier.
Public propertyEventEndPointIdentifier
Gets or sets the event endpoint identifier.
Public propertyEventTime
Gets or sets the event time.
Public propertyEventType
Gets or sets the type of the event.
Public propertyFilePath
Gets or sets this change's path.
Public propertyFilePathSegments
Gets the file path represented as a list of segments.
Public propertyId
Gets or sets the identifier.
Public propertyIsDirectory
Gets a value indicating whether this instance is a directory.
Public propertyIsHidden
Gets a value indicating whether this instance is hidden.
Public propertyLastWriteTime
Gets or sets the last write time.
Public propertyOldFilePath
Gets or sets this change's old path.
Public propertyParentEntryId
Gets or sets the parent entry identifier.
Public propertySize
Gets or sets the size.
Public propertyStatus
Gets or sets the status.
Top
Methods
See Also