IEMCreativeLockRepositoryIsCreativeLocked 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
Syntaxbool IsCreativeLocked(
	DMToken token,
	int creativeId
)
Function IsCreativeLocked ( 
	token As DMToken,
	creativeId As Integer
) As Boolean
bool IsCreativeLocked(
	DMToken^ token, 
	int creativeId
)
abstract 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
Remarks
            Looks across all CM sites, clients and campaigns to determine if a 
 creative is unlocked or it has expired
            
See Also