|
LdapSecurityProviderRefreshData(UserData, ListString, Int32) Method
|
Refreshes the
UserData from the backend data store loading user groups into desired collection.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax function RefreshData(userData, groupCollection, providerID);
View SourceParameters
- userData UserData
- The structure for the data being refreshed.
- groupCollection ListString
- Target collection for user groups.
- providerID Int32
- Unique provider ID used to distinguish cached user data that may be different based on provider.
Return Value
Booleantrue if
UserData is refreshed, otherwise false.
See Also