JAVA/CORBA CLASSES


RestrictToItemNames property
Read-write. Specifies a list of item names to be included in documents in the exported DXL. The DXL will only contain <item> elements with one of the names on the list.

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

java.util.Vector with String elements

Syntax

public java.util.Vector getRestrictToItemNames()
   throws NotesException

public void setRestrictToItemNames(java.util.Vector names)
   throws NotesException

Language cross-reference

RestrictToItemNames property in LotusScript NotesXMLExporter class

See Also