Click or drag to resize
JobOperationManagerGetBackupEntries Method
Get all entries for a Job operation

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<JobExtendedEntry> GetBackupEntries(
	string jobId
)

Parameters

jobId
Type: SystemString
Job ID

Return Value

Type: IEnumerableJobExtendedEntry
See Also