| SynchronizationHelperIsPostProcessingAllowedForFailedTranslation Method  | 
            Indicates whether object can be post-processed within the process of Import/Export or Staging because of potential reference to the object of the same object type which wasn't processed yet.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntaxpublic static bool IsPostProcessingAllowedForFailedTranslation(
	ObjectTypeInfo typeInfo,
	IEnumerable<string> failedTranslationColumnNames
)
Parameters
- typeInfo
 - Type: CMS.DataEngineObjectTypeInfo
Processed object type information. - failedTranslationColumnNames
 - Type: System.Collections.GenericIEnumerableString
Collection of column names whose values could not be translated. 
Return Value
Type: 
Boolean
Exceptions
See Also