EMCreativeLockRepositoryIsCreativeLocked Method
|
Alterian Email Manager 6.2.3 SDK Help File
Checks if a creative is locked
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool IsCreativeLocked(
DMToken token,
int creativeId
)
Public Function IsCreativeLocked (
token As DMToken,
creativeId As Integer
) As Boolean
public:
virtual bool IsCreativeLocked(
DMToken^ token,
int creativeId
) sealed
abstract IsCreativeLocked :
token : DMToken *
creativeId : int -> bool
override IsCreativeLocked :
token : DMToken *
creativeId : int -> bool
function IsCreativeLocked(token, creativeId);
Parameters
- token
- Type: DMToken
Authentication DMToken - creativeId
- Type: SystemInt32
Creative id to check
Return Value
Type:
BooleanTrue if the creative is locked. False if the creative is not locked
Implements
IEMCreativeLockRepositoryIsCreativeLocked(DMToken, Int32)
Remarks
Looks across all CM sites, clients and campaigns to determine if a
creative is unlocked or it has expired
See Also