| ChatCurrentStateCacheWrapperTData, TKeyCurrentStateCacheWrapperDataTKeyInner, TDataInnerSetLastChangeIfGreater Method  | 
            Sets LastChange to the value passed in parameter if this parameter is greater than current LastChange.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic void SetLastChangeIfGreater(
	DateTime newLastChange
)
Parameters
- newLastChange
 - Type: SystemDateTime
New last change 
See Also