cns_deleteView

Deletes the given view.

Synopsis

bool cns_deleteView(string view);

Parameters

Parameter Description
view ID path of the view which shall be deleted

Return value

Returns TRUE if successful or FALSE in case that the given view does not exist.

Errors

-

Description

This function allows to delete the given view.

main()
{
  cns_deleteView("System1.MyView:");   
}

Availability

UI, CTRL