BMXNET 4.0 Developer API

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static LocalPersistentStore CreateIn(
	Environment..::.SpecialFolder aSpecialFolder,
	string subDirectoryPath,
	bool tryParentKeysOnRead
)
Public Shared Function CreateIn ( _
	aSpecialFolder As Environment..::.SpecialFolder, _
	subDirectoryPath As String, _
	tryParentKeysOnRead As Boolean _
) As LocalPersistentStore
public:
static LocalPersistentStore^ CreateIn(
	Environment..::.SpecialFolder aSpecialFolder, 
	String^ subDirectoryPath, 
	bool tryParentKeysOnRead
)

Parameters

aSpecialFolder
Environment..::.SpecialFolder
subDirectoryPath
String
tryParentKeysOnRead
Boolean

See Also