Search Results for

    Show / Hide Table of Contents

    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.

    On this page

    • Fields
    Back to top Generated by DocFX