RestrictToItemNames (DxlExporter - Java)

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

Return value

If RestrictToItemNames has not been assigned, this property returns EMPTY.