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

Updates the event parent

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

Syntax

C#
public void UpdateEventParent(
	int eventId,
	BusinessConstants..::.ObjectType pType,
	int parentId
)
Visual Basic (Declaration)
Public Sub UpdateEventParent ( _
	eventId As Integer, _
	pType As BusinessConstants..::.ObjectType, _
	parentId As Integer _
)
Visual C++
public:
void UpdateEventParent(
	int eventId, 
	BusinessConstants..::.ObjectType pType, 
	int parentId
)

Parameters

eventId
Type: System..::.Int32
The unique id of the event
pType
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.ObjectType
The object type
parentId
Type: System..::.Int32
The unique id of the parent

See Also