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

REmoves the SMS information for the user

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

Syntax

C#
public void DeleteSMS(
	int userId
)
Visual Basic (Declaration)
Public Sub DeleteSMS ( _
	userId As Integer _
)
Visual C++
public:
void DeleteSMS(
	int userId
)

Parameters

userId
Type: System..::.Int32

See Also