IEMCreativeLockRepositoryUnlockCreative Method

Alterian Email Manager 6.2.3 SDK Help File
Unlocks a creative record

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

Syntax
void UnlockCreative(
	DMToken token,
	Guid cmSiteId,
	int cmClientId,
	int cmDocumentId,
	int creativeId
)

Parameters

token
Type: DMToken
Authentication DMToken
cmSiteId
Type: SystemGuid
CM Site identifier
cmClientId
Type: SystemInt32
CM Client identifier
cmDocumentId
Type: SystemInt32
CM Document/Campaign identifier
creativeId
Type: SystemInt32
The creative id to unlock
See Also