Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public List<User> FindUsersByCustomProperty( string actingUserName, string customFieldName, string propertyValue )
Parameters
- actingUserName
- Type: SystemString
- customFieldName
- Type: SystemString
- propertyValue
- Type: SystemString
Return Value
Type: ListUserImplements
IUserServiceFindUsersByCustomProperty(String, String, String)See Also