Click or drag to resize

StateSyncChange Class

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTrace
Traces this instance.
Top
See Also