[This is preliminary documentation and is subject to change.]
Modifies the field values of a list type.
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void InsertFieldListValue( int projectId, int fieldType, int numDays, string val, string sortOrder ) |
Visual Basic (Declaration) |
---|
Public Sub InsertFieldListValue ( _ projectId As Integer, _ fieldType As Integer, _ numDays As Integer, _ val As String, _ sortOrder As String _ ) |
Visual C++ |
---|
public: void InsertFieldListValue( int projectId, int fieldType, int numDays, String^ val, String^ sortOrder ) |
Parameters
- projectId
- Type: System..::.Int32
The unique id of the Project.
- fieldType
- Type: System..::.Int32
The type of the field, these are coded according to the type. TrackerFieldsNameId.
- numDays
- Type: System..::.Int32
The number of days (valid for Criticality fixed field).
- val
- Type: System..::.String
The value of the field
- sortOrder
- Type: System..::.String
The sort order can be 'N' - as is no sort 'D' as descending or 'A' - ascending.