Click or drag to resize

SystemOptionsServicesGetArchiveTypes Method


Retrieves the list of log type that can be archived

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax
public XHRServiceResponseGeneric<UniqueObject[]> GetArchiveTypes()

Return Value

Type: XHRServiceResponseGenericUniqueObject

Array of log types information

Examples
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "name": "Audit Trails",
        "id": "AuditEntry"
    }]
}
See Also