Click or drag to resize

IEasyServiceWcfServiceSendForgottenPassword Method

[Missing <summary> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IEasyServiceWcfService.SendForgottenPassword(System.String,Tse.EasyBook.Server.DataContracts.ValueTypes.ServiceSupplierTypeEnum,Tse.EasyBook.Server.DataContracts.ValueTypes.NotificationTypeEnum)"]

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool SendForgottenPassword(
	string userName,
	ServiceSupplierTypeEnum supplierType,
	NotificationTypeEnum notificationType
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IEasyServiceWcfService.SendForgottenPassword(System.String,Tse.EasyBook.Server.DataContracts.ValueTypes.ServiceSupplierTypeEnum,Tse.EasyBook.Server.DataContracts.ValueTypes.NotificationTypeEnum)"]

supplierType
Type: ServiceSupplierTypeEnum

[Missing <param name="supplierType"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IEasyServiceWcfService.SendForgottenPassword(System.String,Tse.EasyBook.Server.DataContracts.ValueTypes.ServiceSupplierTypeEnum,Tse.EasyBook.Server.DataContracts.ValueTypes.NotificationTypeEnum)"]

notificationType
Type: NotificationTypeEnum

[Missing <param name="notificationType"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IEasyServiceWcfService.SendForgottenPassword(System.String,Tse.EasyBook.Server.DataContracts.ValueTypes.ServiceSupplierTypeEnum,Tse.EasyBook.Server.DataContracts.ValueTypes.NotificationTypeEnum)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IEasyServiceWcfService.SendForgottenPassword(System.String,Tse.EasyBook.Server.DataContracts.ValueTypes.ServiceSupplierTypeEnum,Tse.EasyBook.Server.DataContracts.ValueTypes.NotificationTypeEnum)"]

See Also