Rename the model view specified by viewIndex to newLabel.
Declaration Syntax
public virtual void RenameView(int viewIndex, string newLabel)
Parameters
- viewIndex(int)
The index of the listed view to be renamed.
- newLabel(string)
The new name to be applied.