[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public CaseDetailItem( int fieldId, string fieldLabel, string fieldValue ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ fieldId As Integer, _ fieldLabel As String, _ fieldValue As String _ ) |
Visual C++ |
---|
public: CaseDetailItem( int fieldId, String^ fieldLabel, String^ fieldValue ) |
Parameters
- fieldId
- Type: System..::.Int32
Field ID identifying the case detail item being displayed.
- fieldLabel
- Type: System..::.String
The identifying label of the case detail item being displayed
- fieldValue
- Type: System..::.String
Value of case detail item being displayed.