[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 CaseDetailItem Add( int fieldId, string fieldLabel ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ fieldId As Integer, _ fieldLabel As String _ ) As CaseDetailItem |
Visual C++ |
---|
public: CaseDetailItem^ Add( int fieldId, String^ fieldLabel ) |
Parameters
- fieldId
- Type: System..::.Int32
- fieldLabel
- Type: System..::.String