Show navigation | Frontpage | Contact us | Sitemap

ICPConfigure::Add

Add( [in] BSTR strType, [in] BSTR strParentUniqueID, [out,retval] VARIANT *rt)

This function is called when an 'Add' function is executed

Inputs:
strType - The identifier of the node being added
strParentUniqueID - The Unique id of the parent to the node being added
    
Return value
A variant safearray (with LBound 0 and Ubound 2) containing UniqueId, Type, Message in the stated order. The message will be shown to the user. UniqueId and Type should identify the new node.

 

 

My modules


© 2008 Composite A/S, Danmark
Tlf: +45 39 15 76 00 | info@composite.net
Composite A/S er Microsoft Certified Partner
Composite CMS overholder standarden for valid CSS
Composite CMS overholder standarden for valid XHTML 1.0
Printet fra http://www.composite.net/composite-116.htm
Findes på denne sti: Composite Developer | 3.x technologies | Configuration | Developing COM plug-ins | ICPConfigure (DataMap) | Add