Class ShareDirectoryInfo
Subset of the directory's properties.
public class ShareDirectoryInfo
- Inheritance
-
ShareDirectoryInfo
- Inherited Members
Properties
ETag
The ETag contains a value which represents the version of the directory, in quotes.
public ETag ETag { get; }
Property Value
- ETag
LastModified
Returns the date and time the directory was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory.
public DateTimeOffset LastModified { get; }
Property Value
SmbProperties
The directory's SMB properties.
public FileSmbProperties SmbProperties { get; set; }