Click or drag to resize

IComStorageTryOpenStorage Method

Attempts to open sub storage

Namespace:  CodeStack.SwEx.AddIn.Base
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
IComStorage TryOpenStorage(
	string storageName,
	bool createIfNotExist
)

Parameters

storageName
Type: SystemString
Sub storage name
createIfNotExist
Type: SystemBoolean
True to create storage if not exists

Return Value

Type: IComStorage
Pointer to sub storage or null
See Also