Search Results for

    Show / Hide Table of Contents

    Class TagPairMetaDataKeys

    Constants used a keys for TagPair metadata.

    Inheritance
    object
    TagPairMetaDataKeys
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public static class TagPairMetaDataKeys

    Fields

    EndTagMetadataPrefix

    Metadata key used for prefixing end tag related metadata (used by internal conversion).

    Declaration
    public const string EndTagMetadataPrefix = "__end_"
    Field Value
    Type Description
    string

    FrameworkOriginalSegmentationHint

    Metadata key identifying the original TagPair segmentation hint set by the SDL Filter Framework.

    Declaration
    public const string FrameworkOriginalSegmentationHint = "_originalSegmentationHint"
    Field Value
    Type Description
    string

    FrameworkOriginalTagId

    Metadata key identifying the original TagPair id set by the SDL Filter Framework.

    Declaration
    public const string FrameworkOriginalTagId = "frameworkOriginalTagId"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX