EMDocumentsAssertCreativeModifyAccess Method

Alterian Email Manager 6.2.3 SDK Help File
Asserts if user has modification rights for the campaign

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

Syntax
public static void AssertCreativeModifyAccess(
	int campaignId,
	DMToken userToken,
	SqlConnection connection
)

Parameters

campaignId
Type: SystemInt32
Campaign Id
userToken
Type: DMToken
Authentication Token
connection
Type: System.Data.SqlClientSqlConnection
Sql database connection
See Also