C-DEngine 5.105

ICDEISManager..::..BackupCacheFolder Method

Backup the cache folder.

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string BackupCacheFolder(
	string pTitle,
	int pRetries
)
Function BackupCacheFolder ( _
	pTitle As String, _
	pRetries As Integer _
) As String
String^ BackupCacheFolder(
	String^ pTitle, 
	int^ pRetries
)

Parameters

pTitle
Type: String
The title of the backup file.
pRetries
Type: Int32
Allowed retries if cache is busy.

Return Value

The filename of the backup.