Class ShareFileItem
Describes a file or directory returned by GetFilesAndDirectoriesAsync(ShareDirectoryGetFilesAndDirectoriesOptions, CancellationToken).
public class ShareFileItem
- Inheritance
-
ShareFileItem
- Inherited Members
Properties
FileAttributes
Gets the file attributes.
public NtfsFileAttributes? FileAttributes { get; }
Property Value
FileSize
Gets an optional value indicating the file size, if this item is a file.
public long? FileSize { get; }
Property Value
- long?
Id
Gets the ID.
public string Id { get; }
Property Value
IsDirectory
Gets a value indicating whether this item is a directory.
public bool IsDirectory { get; }
Property Value
Name
Gets the name of this item.
public string Name { get; }
Property Value
PermissionKey
Gets the permission key.
public string PermissionKey { get; }
Property Value
Properties
Gets the properties of this item.
public ShareFileItemProperties Properties { get; }