ShareFileItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a file or directory returned by GetFilesAndDirectoriesAsync(ShareDirectoryGetFilesAndDirectoriesOptions, CancellationToken).
public class ShareFileItem
type ShareFileItem = class
Public Class ShareFileItem
- Inheritance
-
ShareFileItem
Properties
FileAttributes |
Gets the file attributes. |
FileSize |
Gets an optional value indicating the file size, if this item is a file. |
Id |
Gets the ID. |
IsDirectory |
Gets a value indicating whether this item is a directory. |
Name |
Gets the name of this item. |
PermissionKey |
Gets the permission key. |
Properties |
Gets the properties of this item. |