[This is preliminary documentation and is subject to change.]
Adds an item to the collection
Namespace:
OfficeClip.BusinessLayer.Extranet.UserAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void Add( int itemId, string itemName ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ itemId As Integer, _ itemName As String _ ) |
Visual C++ |
---|
public: void Add( int itemId, String^ itemName ) |
Parameters
- itemId
- Type: System..::.Int32
The unique id of the item
- itemName
- Type: System..::.String
the name of the item