UserGroupReporter.OnUser

Syntax Parameters Return Value
Event UserGroupReporter.OnUser( _
    UserID As Integer, _
    UserName As String, _
    FullName As String, _
    ExplicitPerm As Integer, _
    EffectivePerm As Integer, _
    Groups As Object(), _
    AccountDisabled As Boolean, _
    IntegratedAccount As Boolean, _
    Email As Variant, _
    ExplicitModules As String(), _
    EffectiveModules As String(), _
    Report As Object, _
    Spreadsheet As Object, _
    ByRef Action As ReporterAction)
  • UserID [in]

Type: Integer

  • UserName [in]

Type: String

  • FullName [in]

Type: String

  • ExplicitPerm [in]

Type: Integer

  • EffectivePerm [in]

Type: Integer

  • Groups [in]

Type: Object()

  • AccountDisabled [in]

Type: Boolean

  • IntegratedAccount [in]

Type: Boolean

  • Email [in]

Type: Variant

  • ExplicitModules [in]

Type: String()

  • EffectiveModules [in]

Type: String()

  • Report [in]

Type: Object

  • Spreadsheet [in]

Type: Object

  • Action [in,out]

Type: ReporterAction

-