ADM_REPORTGENERATORTYPE_ENUM

The ADM_REPORTGENERATORTYPE_ENUM enumeration contains types of report generators.

Syntax

enum ADM_REPORTGENERATORTYPE_ENUM
{
    ADM_REPORTGENERATORTYPE_UNDEFINED             = 0,  //0x0
    ADM_REPORTGENERATORTYPE_SEARCH                = 1,  //0x1
    ADM_REPORTGENERATORTYPE_SCRIPT                = 2,  //0x2
    ADM_REPORTGENERATORTYPE_PROXY                 = 3,  //0x3
}

Constants

  • Flag

  • Description

  • ADM_REPORTGENERATORTYPE_UNDEFINED

  • Undefined

  • ADM_REPORTGENERATORTYPE_SEARCH

  • A report is generated by performing a directory search.

  • ADM_REPORTGENERATORTYPE_SCRIPT

  • A report is generated by executing a PowerShell script.

  • ADM_REPORTGENERATORTYPE_PROXY

  • A report is generated based on another existing report with overridden components.

Requirements

Minimum required version: 2018.1

See also