|
BackupIndexerList Method |
Gets a enumerable of files
Namespace: DrawerBackup.Client.FileSystemAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IEnumerable<IndexedFile> List()
Public Function List As IEnumerable(Of IndexedFile)
public:
IEnumerable<IndexedFile^>^ List()
member List : unit -> IEnumerable<IndexedFile>
Return Value
Type:
IEnumerableIndexedFile
See Also