Click or drag to resize
TransferPackageBuilderAdd Method
Add the entry to the package

Namespace: DrawerBackup.Client.Transfers
Assembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public bool Add(
	IJobEntry entry,
	Stream entryStream
)

Parameters

entry
Type: DrawerBackup.Native.Data.EntitiesIJobEntry
entryStream
Type: System.IOStream

Return Value

Type: Boolean
Returns true if the entry is in the package
See Also