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 bool VerifyUser( string username, string verificationCode, out ReasonCode reasonCode )
Parameters
- username
- Type: SystemString
- verificationCode
- Type: SystemString
- reasonCode
- Type: RainWorx.FrameWorx.DTOReasonCode
Return Value
Type: BooleanImplements
IUserServiceVerifyUser(String, String, ReasonCode)See Also