RenameView(string, string)

Rename the model view specified to newLabel.

Declaration Syntax

public virtual void RenameView(string viewLabel, string newLabel)

Parameters

viewLabel(string)

The label of the listed view to be renamed.

newLabel(string)

The new name to be applied.