Click or drag to resize
RepositoryManagerGetAllEntries Method
Enumerate all entries in a image

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<IJobEntry> GetAllEntries(
	RepositoryImage image
)

Parameters

image
Type: DrawerBackup.Storage.Data.EntitiesRepositoryImage

Return Value

Type: IEnumerableIJobEntry
See Also