Enum IdConflictResolution
Indicates how conflicting ids should be handled in calls to PublishSharedObject(String, Object, IdConflictResolution).
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum IdConflictResolution
Fields
Name | Description |
---|---|
ReplaceExisting | The object being published replaces the existing object with the same id. |
ThrowException | A ConflictingIdException is thrown if an object with the same id already is shared. |