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

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

Syntax

C#
public void DeleteContactRoleDetails(
	int objectTypeId,
	int objectId,
	int contactId
)
Visual Basic (Declaration)
Public Sub DeleteContactRoleDetails ( _
	objectTypeId As Integer, _
	objectId As Integer, _
	contactId As Integer _
)
Visual C++
public:
void DeleteContactRoleDetails(
	int objectTypeId, 
	int objectId, 
	int contactId
)

Parameters

objectTypeId
Type: System..::.Int32
objectId
Type: System..::.Int32
contactId
Type: System..::.Int32

See Also