[This is preliminary documentation and is subject to change.]
Adds an item to the collection
Namespace:
OfficeClip.BusinessLayer.Extranet.XmlAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DetailItemData Add( string iName, string iValue ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ iName As String, _ iValue As String _ ) As DetailItemData |
Visual C++ |
---|
public: DetailItemData^ Add( String^ iName, String^ iValue ) |
Parameters
- iName
- Type: System..::.String
- iValue
- Type: System..::.String