⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class TranslationUnitBcmInformation

    Represents information about a bcm document used to create a translation unit title.

    Inheritance
    object
    TranslationUnitBcmInformation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class TranslationUnitBcmInformation

    Constructors

    TranslationUnitBcmInformation(Guid, int, string, string)

    Declaration
    public TranslationUnitBcmInformation(Guid id, int version, string title, string segmentNumber)
    Parameters
    Type Name Description
    Guid id
    int version
    string title
    string segmentNumber

    Properties

    Id

    Gets or sets the bcm document id

    Declaration
    [DataMember]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    SegmentNumber

    Gets or sets the the bcm segment number of segment used to create the translation unit

    Declaration
    [DataMember]
    public string SegmentNumber { get; set; }
    Property Value
    Type Description
    string

    Title

    Gets or sets the bcm document title

    Declaration
    [DataMember]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Version

    Gets or sets the bcm document version

    Declaration
    [DataMember]
    public int Version { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX