.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


OmitItemNames property
Read-write. Specifies a list of item names to be omitted from documents in the exported DXL. The DXL will not contain any <item> elements with any of those names.

Note This property is new with Release 8.

Defined in

DxlExporter

Data type

java.util.Vector with String elements

Syntax

public java.util.Vector getOmitItemNames()
   throws NotesException

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

Language cross-reference

OmitItemNames property in LotusScript NotesXMLExporter class

See Also