 | 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
Syntaxbool ViewSaveView(
string newViewName,
bool shared
)
Function ViewSaveView (
newViewName As String,
shared As Boolean
) As Boolean
Parameters
- newViewName
- Type: SystemString
new View Name to save. - shared
- Type: SystemBoolean
Make view Shared. Ignored on stand-alone clients.
Return Value
Type:
Booleantrue on success, inspect
GetLastError on failure.
See Also