EMDocumentsGetCampaignMetadata Method

Alterian Email Manager 6.2.3 SDK Help File
Reads uncommitted basic metadata for a campaign, including only the underlying DMCreativeId, and the VarOpen and VarClose strings.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static EMCampaign GetCampaignMetadata(
	DMToken token,
	int campaignId
)

Parameters

token
Type: DMToken
Authentication token.
campaignId
Type: SystemInt32
Id of the campaign to fetch information for.

Return Value

Type: EMCampaign
EMCampaignDocument
See Also