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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static bool CanDeleteCreative(
DMToken userToken,
int CreativeID
)
Public Shared Function CanDeleteCreative (
userToken As DMToken,
CreativeID As Integer
) As Boolean
public:
static bool CanDeleteCreative(
DMToken^ userToken,
int CreativeID
)
static member CanDeleteCreative :
userToken : DMToken *
CreativeID : int -> bool
DMLibrary.EMDocuments.CanDeleteCreative = function(userToken, CreativeID);
Parameters
- userToken
- Type: DMToken
user token - CreativeID
- Type: SystemInt32
creative id
Return Value
Type:
Booleantrue when it can be deleted
See Also