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

Converts a Contact to an Account

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

Syntax

C#
public int ConvertContact(
	MetaConstants..::.MetaEntity me,
	int metaId,
	int primaryKey,
	int currentUserId
)
Visual Basic (Declaration)
Public Function ConvertContact ( _
	me As MetaConstants..::.MetaEntity, _
	metaId As Integer, _
	primaryKey As Integer, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int ConvertContact(
	MetaConstants..::.MetaEntity me, 
	int metaId, 
	int primaryKey, 
	int currentUserId
)

Parameters

me
Type: OfficeClip.BusinessLayer.Metabase..::.MetaConstants..::.MetaEntity
metaId
Type: System..::.Int32
primaryKey
Type: System..::.Int32
currentUserId
Type: System..::.Int32
Unique id of the current user

Return Value

See Also