IEMCreativeLockRepositoryIsCreativeLocked Method

Alterian Email Manager 6.2.3 SDK Help File
Checks if a creative is locked

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

Syntax
bool IsCreativeLocked(
	DMToken token,
	int creativeId
)

Parameters

token
Type: DMToken
Authentication DMToken
creativeId
Type: SystemInt32
Creative id to check

Return Value

Type: Boolean
True if the creative is locked. False if the creative is not locked
Remarks
Looks across all CM sites, clients and campaigns to determine if a creative is unlocked or it has expired
See Also