Click or drag to resize

clsImportCustomerLocationTreeElementeCreationMode Enumeration

Should parents be created, when LevelName1,2,3... not exists?

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eCreationMode
Members
  Member nameValueDescription
SearchOnly_NoCreation00: Search Elements must exsist. If not creation of a leave fails, when a branch is missing
Create_Leafs_Only11: When Nodes are existing, create the leaf
Create_Leafs_And_Node22: When Nodes (parents) are missing, parents are created.
Remarks
See Also