|
AbstractBackupJobCreateEntryFromFile Method |
Create a entry from a file
Namespace: DrawerBackup.Client.JobsAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected JobEntry CreateEntryFromFile(
IndexedFile currentFile
)
Protected Function CreateEntryFromFile (
currentFile As IndexedFile
) As JobEntry
protected:
JobEntry^ CreateEntryFromFile(
IndexedFile^ currentFile
)
member CreateEntryFromFile :
currentFile : IndexedFile -> JobEntry
Parameters
- currentFile
- Type: DrawerBackup.Client.FileSystemIndexedFile
Return Value
Type:
JobEntry
See Also