Click or drag to resize
ImageManagerCreateImage Method
Create the image for the Repository

Namespace: DrawerBackup.Storage
Assembly: DrawerBackup.Storage (in DrawerBackup.Storage.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static RepositoryImage CreateImage(
	StorageOperation operation,
	RepositoryInfo info,
	StorageRepository rep,
	int countImages
)

Parameters

operation
Type: DrawerBackup.Storage.Data.EntitiesStorageOperation
info
Type: DrawerBackup.Native.Data.EntitiesRepositoryInfo
rep
Type: DrawerBackup.Storage.Data.EntitiesStorageRepository
countImages
Type: SystemInt32

Return Value

Type: RepositoryImage
See Also