LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

DXL_IMPORT_PROPERTY

#include <xml.h>

DXL import property values

C definition

typedef enum
{
  iACLImportOption=1,     /* WORD, Assign to value defined in DXLIMPORTOPTION */
  iDesignImportOption=2,   /* WORD, Assign to value defined in DXLIMPORTOPTION */
  iDocumentsImportOption=3,   /* WORD, Assign to value defined in DXLIMPORTOPTION */
  iCreateFullTextIndex=4,   /* BOOL, TRUE = create full text index, FALSE Do NOT create full text index */
  iReplaceDbProperties=5,   /* BOOL, TRUE = replace database properties, FALSE Do NOT replace database properties */
  iInputValidationOption=6,   /* Xml_Validation_Option, Values defined in Xml_Validation_Option,
           /*   ...Validate_Never, ...Validate_Always, ...Validate_Auto */
  iReplicaRequiredForReplaceOrUpdate=7,/* BOOL, TRUE = skip replace/update ops if target DB and import DXL do not have same                 /* replicaid's */
              /* ... FALSE = allow replace/update ops even if target DB
              /* and import DXL do not have same replicaid's */
  iExitOnFirstFatalError=8,  /* BOOL, TRUE = importer exits on first fatal error,
          /* FALSE = importer continues even if fatal error found */

  iUnknownTokenLogOption=9,  /* WORD, Assign to value defined in DXLLOGOPTION. Specifies what to do if DXL contains an
          /* unknown element or attribute */

  iResultLogComment=10,  /* char*(i)/MEMHANDLE(o) LMBCS string to be added as comment to top of result log */

  iResultLog=11      /* MEMHANDLE, (readonly) The result log from the last import */


} DXL_IMPORT_PROPERTY;

LotusScript

Definition(s)