IEMCreativeLockRepositoryLockCreative Method

Alterian Email Manager 6.2.3 SDK Help File
Locks a creative

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

Syntax
void LockCreative(
	DMToken token,
	Guid cmSiteId,
	int cmClientId,
	int cmDocumentId,
	string cmDocumentName,
	string cmDocumentFolder,
	int creativeId,
	string description,
	Nullable<DateTime> expireDate = null
)

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
cmDocumentName
Type: SystemString
CM Document/Campaign name
cmDocumentFolder
Type: SystemString
CM Document/Campaign folder
creativeId
Type: SystemInt32
Creative ID to lock
description
Type: SystemString
Description to add to the lock record
expireDate (Optional)
Type: SystemNullableDateTime
Expiration date for the lock in UTC format
See Also