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

Adds an item to the collection

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

Syntax

C#
public void Add(
	int itemId,
	string itemName,
	string argument
)
Visual Basic (Declaration)
Public Sub Add ( _
	itemId As Integer, _
	itemName As String, _
	argument As String _
)
Visual C++
public:
void Add(
	int itemId, 
	String^ itemName, 
	String^ argument
)

Parameters

itemId
Type: System..::.Int32
The unique id of the item
itemName
Type: System..::.String
the name of the item
argument
Type: System..::.String
The list of arguments

See Also