cnsDeleteView

Allows to delete a view (with all its trees).

Synopsis

bool cnsDeleteView(string view);

Parameters

Parameter Description
view ID path of the view

Return value

Returns TRUE if successful or FALSE in case of an error.

Errors

-

Description

This function deletes a view with all its sub-elements.

main()
{
  cnsDeleteView("System1.View123:");
}

Availability

UI, CTRL