Click or drag to resize

ICommenceDatabaseViewSaveView Method

Saves the virtual DDE view already created with the ViewCategory, ViewFilter, ViewSort, etc., as an actual view in Commence, accessible via the normal user interface. The view will be saved using the specified New View Name. If the view already exists, it will be overwritten. Use GetViewNames to determine if the view name conflicts with an existing view.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ViewSaveView(
	string newViewName,
	bool shared
)

Parameters

newViewName
Type: SystemString
new View Name to save.
shared
Type: SystemBoolean
Make view Shared. Ignored on stand-alone clients.

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also