Auto enroll for the Event's functions which are specified AutoEnroll.
Add CRegistrationLineItem objects for all the functions specified as AutoEnroll.
If a function is already present in the registration, it is ignored.
Namespace:
Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public void AutoEnroll( bool addLinkedFunctions ) |
| Visual Basic (Declaration) |
|---|
Public Sub AutoEnroll ( _ addLinkedFunctions As Boolean _ ) |
| Visual C++ |
|---|
public: void AutoEnroll( bool addLinkedFunctions ) |
Parameters
- addLinkedFunctions
- Type: System..::.Boolean
True if linked functions should be enrolled, otherwise false.
Remarks
If there is no associated CEvent object for this CRegistration an error is reported.