[This is preliminary documentation and is subject to change.]

Adds an item to the collection

Namespace:  OfficeClip.BusinessLayer.Extranet.Xml
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DetailItem Add(
	int did,
	string name
)
Visual Basic (Declaration)
Public Function Add ( _
	did As Integer, _
	name As String _
) As DetailItem
Visual C++
public:
DetailItem^ Add(
	int did, 
	String^ name
)

Parameters

did
Type: System..::.Int32
the unique id of the item detail
name
Type: System..::.String
The name of the detail item

Return Value

The Detail Item object

See Also