Click or drag to resize

StateSyncEntry Properties

The StateSyncEntry type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets or sets the entry attributes.
Public propertyContentVersion
Gets or sets an optional entry content version. This is specific to the file system that has lead to the creation this entry.
Public propertyCreationTime
Gets or sets the entry creation time.
Public propertyExtendedData
Gets or sets an optional entry custom data. This is specific to the file system that has lead to the creation this entry.
Public propertyExtendedDataKeys
Gets the extended data keys when extended data is used as a key-value dictionary. This is specific to the file system that has lead to the creation this entry.
Public propertyFileName
Gets or sets the file name. Settings this property value automatically sets the Name property value.
Public propertyId
Gets or sets this entry identifier. Note the identifier is case sensitive.
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 entry last write time.
Public propertyName
Gets or sets this entry name. The name is not case sensitive. The name maximum length is MaximumNameLength (255). Settings this property value automatically sets the FileName property value. Note the ParentId + Name combination must be unique.
Public propertyParentId
Gets or sets this entry parent's identifier. The parent identifier is case sensitive. Note the ParentId + Name combination must be unique.
Public propertySize
Gets or sets the entry size. It must be 0 for a directory entry.
Top
See Also