Class ShareFileInfo
Subset of the file's properties.
public class ShareFileInfo
- Inheritance
-
ShareFileInfo
- Inherited Members
Properties
ETag
The ETag contains a value which represents the version of the file, in quotes.
public ETag ETag { get; }
Property Value
- ETag
IsServerEncrypted
The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.
public bool IsServerEncrypted { get; }
Property Value
LastModified
Returns the date and time the file was last modified.
public DateTimeOffset LastModified { get; }
Property Value
SmbProperties
The file's SMB properties.
public FileSmbProperties SmbProperties { get; set; }