DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.UserData
IUserDataProfileStore Interface
IUserDataProfileStore Properties
All Property
Profile Property
IUserDataProfileStore
All Property
Gets all user data records.
Namespace:
DotNetBrowser.UserData
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
IReadOnlyList
<
UserDataProfile
>
All
{
get
; }
Property Value
Type:
IReadOnlyList
UserDataProfile
All user data records.
Exceptions
Exception
Condition
ObjectDisposedException
The
IUserDataProfileStore
has already been disposed.
Remarks
The user data records are saved to the store via
SaveUserDataProfileHandler
.
See Also
Reference
IUserDataProfileStore Interface
DotNetBrowser.UserData Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.