Click or drag to resize

IUserDataProfileStoreAll Property

Gets all user data records.

Namespace:  DotNetBrowser.UserData
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.3
Syntax
C#
IReadOnlyList<UserDataProfile> All { get; }

Property Value

Type: IReadOnlyListUserDataProfile
All user data records.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IUserDataProfileStore has already been disposed.
Remarks
The user data records are saved to the store via SaveUserDataProfileHandler.
See Also