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: 13.0.131
Syntax 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:
BooleanExceptions Exception | Condition |
---|
ArgumentNullException | Thrown when typeInfo is not defined. |
See Also