Description:

Renames a named view.

Syntax:
public bool Rename(
int index,
string newName
)
Parameters:
  • index
  • Type: int
  • Index of the named view in the named view table.
  • newName
  • Type: string
  • The new name.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.0

Description:

Renames a named view.

Syntax:
public bool Rename(
string oldName,
string newName
)
Parameters:
  • oldName
  • Type: string
  • The name of a named view in the named view table.
  • newName
  • Type: string
  • The new name.
Returns:
Type: bool
True if successful, False otherwise.
Available since:
7.0

Nothing found