[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 fieldId,
	string fieldLabel,
	string fieldValue
)
Visual Basic (Declaration)
Public Sub Add ( _
	fieldId As Integer, _
	fieldLabel As String, _
	fieldValue As String _
)
Visual C++
public:
void Add(
	int fieldId, 
	String^ fieldLabel, 
	String^ fieldValue
)

Parameters

fieldId
Type: System..::.Int32
fieldLabel
Type: System..::.String
fieldValue
Type: System..::.String

See Also