IDType (NotesRegistration - LotusScript®)
Read-write. The type of ID file to create.
Defined in
Data type
Constant of type Integer
Syntax
To get: type% = notesRegistration .IDType
To set: notesRegistrationID .IDType = type%
Legal values
- ID_FLAT (171) to create a flat ID.
- ID_HIERARCHICAL (172) to create a hierarchical ID.
- ID_CERTIFIER (173) to create a flat or hierarchical ID depending on whether the certifier is flat or hierarchical.
Usage
Set this property before calling RegisterNewCertifier, RegisterNewServer, or RegisterNewUser.