| GroupSetToCache Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax [ObsoleteAttribute("Smart search caching has been removed. Calling this function has no effect.")]
public void SetToCache(
IEnumerable<User> usersCollection
)
<ObsoleteAttribute("Smart search caching has been removed. Calling this function has no effect.")>
Public Sub SetToCache (
usersCollection As IEnumerable(Of User)
)
Parameters
- usersCollection
- Type: System.Collections.GenericIEnumerableUser
See Also