Click or drag to resize

SmartSearchUserManagementExtensionsGetUsersFromLastSmartSearch Method

Namespace:  Dynamicweb.UserManagement
Assembly:  Dynamicweb.UserManagement (in Dynamicweb.UserManagement.dll) Version: 3.0.3
Syntax
public static void GetUsersFromLastSmartSearch(
	this Group group
)

Parameters

group
Type: Dynamicweb.Security.UserManagementGroup

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Group. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also