IUCServiceActivityCheckAccess Method |
Check if valid access for either membership or ticketing.
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax bool ActivityCheckAccess(
string searchReference,
string locationNo,
string gateNo,
bool registerAccessEntry,
int checkType,
out string messageString
)
Parameters
- searchReference
- Type: SystemString
Either TicketBarcode, Member No. or Membership No. LocationNo - locationNo
- Type: SystemString
Optional Activity Location - gateNo
- Type: SystemString
Optional Gate number - registerAccessEntry
- Type: SystemBoolean
Set if to register admission - checkType
- Type: SystemInt32
0 = All checks, 1 = CheckTicket only, 2 = CheckMembership only - messageString
- Type: SystemString
Returned info
Return Value
Type:
BooleanReturns true or false if access is valid
Remarks
LS Central WS2 : CheckAccess
See Also