EMDocumentsCanSaveCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
Returns a flag indicating if a campaign can be saved

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

Syntax
public static bool CanSaveCampaign(
	DMToken token,
	int campaignId
)

Parameters

token
Type: DMToken
Authentication Token.
campaignId
Type: SystemInt32
The Campaign Id of the Campaign being saved.

Return Value

Type: Boolean
Campaign Save Context Id.
See Also