FileShareItem public class FileShareItem Documentation public DateTime Modified { get; set; } public string Name { get; set; } public string Path { get; set; } public string PathType { get; set; } public long Size { get; set; } public FileShareItem() public bool IsFile()