C-DEngine 5.105

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

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

Syntax


public void CreateStore(
	string ShortName,
	string Description,
	T pDefaults,
	bool pCanBeFlushed,
	bool ResetContent
)
Public Sub CreateStore ( _
	ShortName As String, _
	Description As String, _
	pDefaults As T, _
	pCanBeFlushed As Boolean, _
	ResetContent As Boolean _
)
public:
void CreateStore(
	String^ ShortName, 
	String^ Description, 
	T pDefaults, 
	bool^ pCanBeFlushed, 
	bool^ ResetContent
)

Parameters

ShortName
Type: String
Description
Type: String
pDefaults
Type: T
pCanBeFlushed
Type: Boolean
ResetContent
Type: Boolean