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

Updates the campaign detail

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

Syntax

C#
public void UpdateCampaignDetail(
	int templateId,
	ArrayList arrObjects
)
Visual Basic (Declaration)
Public Sub UpdateCampaignDetail ( _
	templateId As Integer, _
	arrObjects As ArrayList _
)
Visual C++
public:
void UpdateCampaignDetail(
	int templateId, 
	ArrayList^ arrObjects
)

Parameters

templateId
Type: System..::.Int32
The unique id of the template
arrObjects
Type: System.Collections..::.ArrayList
The arraylist of the objects that needs to be updated

See Also