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)
|
Type: Integer
Type: String
Type: String
Type: Integer
Type: Integer
Type: Object()
Type: Boolean
Type: Boolean
Type: Variant
Type: String()
Type: String()
Type: Object
Type: Object
Type: ReporterAction |
- |