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

Finds if the user is in existing account

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

Syntax

C#
public int IsUserInExistingAccount(
	string emailAddress,
	int currentUserId,
	out int status
)
Visual Basic (Declaration)
Public Function IsUserInExistingAccount ( _
	emailAddress As String, _
	currentUserId As Integer, _
	<OutAttribute> ByRef status As Integer _
) As Integer
Visual C++
public:
int IsUserInExistingAccount(
	String^ emailAddress, 
	int currentUserId, 
	[OutAttribute] int% status
)

Parameters

emailAddress
Type: System..::.String
currentUserId
Type: System..::.Int32
status
Type: System..::.Int32%

Return Value

See Also