Click or drag to resize

BeforeLoadProfilesEventArgs Constructor

Full constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BeforeLoadProfilesEventArgs(
	UserContext userContext
)

Parameters

userContext
Type: NetQuarry.SecurityUserContext
The user context for which profiles are to be loaded.
See Also