[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public void UpdateIssuesValues( int caseId, int trackerFieldNameId, int fieldValueId ) |
| Visual Basic (Declaration) |
|---|
Public Sub UpdateIssuesValues ( _ caseId As Integer, _ trackerFieldNameId As Integer, _ fieldValueId As Integer _ ) |
| Visual C++ |
|---|
public: void UpdateIssuesValues( int caseId, int trackerFieldNameId, int fieldValueId ) |
Parameters
- caseId
- Type: System..::.Int32
- trackerFieldNameId
- Type: System..::.Int32
- fieldValueId
- Type: System..::.Int32
