[This is preliminary documentation and is subject to change.]

Updates the SMS Info into usersdetails table.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SetSmsDetailInfo(
	SmsInfo info,
	int userId
)
Visual Basic (Declaration)
Public Sub SetSmsDetailInfo ( _
	info As SmsInfo, _
	userId As Integer _
)
Visual C++
public:
void SetSmsDetailInfo(
	SmsInfo^ info, 
	int userId
)

Parameters

info
Type: OfficeClip.BusinessLayer.Account..::.SmsInfo
the SmsInfo object
userId
Type: System..::.Int32
the user id of the user

See Also