Click or drag to resize

EventRegistrationRepositoryGetRegistrantTypes Method

Retrieves a list of all known Registrant Types

Namespace: Ignition.Events
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<RegistrantType> GetRegistrantTypes()

Return Value

IReadOnlyCollectionRegistrantType
The requested list
See Also