C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..InitializeStore Method (Boolean, Boolean, String)

Initializes a StorageMirror

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

Syntax


public void InitializeStore(
	bool pCanBeFlushed,
	bool ResetContent,
	string ImportFile
)
Public Sub InitializeStore ( _
	pCanBeFlushed As Boolean, _
	ResetContent As Boolean, _
	ImportFile As String _
)
public:
void InitializeStore(
	bool^ pCanBeFlushed, 
	bool^ ResetContent, 
	String^ ImportFile
)

Parameters

pCanBeFlushed
Type: Boolean
Mirror Allows to be flushed
ResetContent
Type: Boolean
if true, existing content will be removed
ImportFile
Type: String
If set ot a valid path, the StorageMirror copies this file to the cache folder and tries to load it. If there is an existing mirror with the same name, the ImportFile will be IGNORED