Search Results for

    Show / Hide Table of Contents

    Enum Segment.DeleteTagsAction

    Enumerates the different ways how text placeholders should be handled when removing tags from a segment. Since this is a [Flags] enum, variables of this type may use a combination of values.

    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    [Flags]
    public enum DeleteTagsAction

    Fields

    Name Description
    DeleteAll

    Combined Value: Delete all tags, including text placeholders and standalone tags

    DeleteNone

    Do not delete any tags

    DeletePairedTags

    Delete paired tags

    DeleteStandaloneTags

    Delete standalone tags

    DeleteTextPlaceholders

    Delete text placeholders

    KeepTextPlaceholders

    Combined Value: delete standalone and paired tags

    On this page

    • Fields
    Back to top Generated by DocFX