ViewInheritedName (View - Java™)
Read-only. The name of the view whose design a view inherits.
Note: This
property is new with Release 6.5.
Defined in
Data type
String
Syntax
public String getViewInheritedName()
throws NotesException
Usage
If a view is a copy of another view, this property is the name of the base view. Otherwise, this property is an empty string.
If the design is customized after the view is copied, this property is an empty string.