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

Deletes the campaign details

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

Syntax

C#
public void DeleteCampaignDetail(
	int templateId,
	int objectId
)
Visual Basic (Declaration)
Public Sub DeleteCampaignDetail ( _
	templateId As Integer, _
	objectId As Integer _
)
Visual C++
public:
void DeleteCampaignDetail(
	int templateId, 
	int objectId
)

Parameters

templateId
Type: System..::.Int32
The unique id of the template
objectId
Type: System..::.Int32
The unique id of the object whose details needs to be removed

See Also