Click or drag to resize

AssignmentListServicesGetAssignmentsListColumns Method


Retrieves the columns available for assignments listing

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax
public XHRServiceResponseGeneric<AssignmentListColumns> GetAssignmentsListColumns()

Return Value

Type: XHRServiceResponseGenericAssignmentListColumns

Array of column information for assignment inforamtion available

Examples

Sample JSON return

JavaScript
{
  "ContentFreezeEndTime": "",
  "ContentFreezeStartTime": "",
  "code": 0,
  "error": null,
  "message": {
    "full": [
      {
        "name": "Type",
        "field": "Icon",
        "igxType": "IgxIcon",
        "width": "36px"
      },
      {
        "name": "Name",
        "field": "Name",
        "igxType": "Name",
        "width": "260px"
      },
      {
        "name": "ID",
        "field": "ID",
        "igxType": "xID",
        "width": "60px"
      },
      {
        "name": "Schema Name",
        "field": "Type",
        "igxType": "NoCase",
        "width": "200px"
      },
      {
        "name": "Language",
        "field": "Locale",
        "igxType": "NoCase",
        "width": "120px"
      },
      {
        "name": "Date Modified",
        "field": "Changed",
        "igxType": "Date",
        "width": "120px"
      },
      {
        "name": "Notes",
        "field": "LastComment",
        "igxType": "Comment",
        "width": "auto"
      }
    ],
    "partial": [
      {
        "name": "Type",
        "field": "Icon",
        "igxType": "IgxIcon",
        "width": "36px"
      },
      {
        "name": "Name",
        "field": "Name",
        "igxType": "Name",
        "width": "auto"
      },
      {
        "name": "Notes",
        "field": "LastComment",
        "igxType": "Comment",
        "width": "40px"
      }
    ]
  }
}
See Also