ShowConferences (Directory)
Minimum version: 4.0
Purpose
Includes conferences in the admin Directory list.
Syntax
ServerDirectory.ShowConferences [ = TRUE | FALSE ]
TRUE |
Includes conferences in the admin Directory list. |
FALSE |
Excludes conferences from the admin Directory list. |
Examples
Dim sd as ServerDirectory
sd.ShowConferences = TRUE
Debug sd.ShowConferences
|