EMDocumentsCanDeleteCreative Method

Alterian Email Manager 6.2.3 SDK Help File
Determines if the creative specified can be deleted (based on if it is referenced by other creative in the campaign or not)

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

Syntax
public static bool CanDeleteCreative(
	DMToken userToken,
	int CreativeID
)

Parameters

userToken
Type: DMToken
user token
CreativeID
Type: SystemInt32
creative id

Return Value

Type: Boolean
true when it can be deleted
See Also