Click or drag to resize
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public 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
ExceptionCondition
ArgumentNullExceptionThrown when typeInfo is not defined.
See Also