Version:
Users_SearchUsers(string User_Name, string Display_Name, string Email_Address, Inedo.Data.YNIndicator? PerformWildcardSearch_Indicator) Method
Gets the specified user, or searchs for a user whose name starts with any of the specified criteria
Syntax
public
IEnumerable<Tables.Users> Users_SearchUsers(string User_Name, string Display_Name, string Email_Address, Inedo.Data.YNIndicator? PerformWildcardSearch_Indicator)
Parameters
- User_Name
- Type: string
- Display_Name
- Type: string
- Email_Address
- Type: string
- PerformWildcardSearch_Indicator
- Type: Inedo.Data.YNIndicator?