 | User.GetUsersBySql Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Security.UserManagement
Assembly:
Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax[ObsoleteAttribute]
public static UserCollection GetUsersBySql(
string sqlCommandText
)
<ObsoleteAttribute>
Public Shared Function GetUsersBySql (
sqlCommandText As String
) As UserCollection
Parameters
- sqlCommandText
- Type: System.String
Return Value
Type:
UserCollection
See Also