Search Results for

    Show / Hide Table of Contents

    Interface ILockedContent

    Represents a collection of markup data items that has been locked in order to indicate that they should not be changed during localization.

    Inherited Members
    IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor)
    IAbstractMarkupData.RemoveFromParent()
    IAbstractMarkupData.Parent
    IAbstractMarkupData.IndexInParent
    IAbstractMarkupData.ParentParagraph
    System.ICloneable.Clone()
    ISupportsUniqueId.UniqueId
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ILockedContent : IAbstractDataContent, IAbstractMarkupData, ICloneable, ISupportsUniqueId
    Remarks

    The locked content item was explicitly NOT made a markup data container in order to avoid accidental access to the locked items when iterating over the tree structure. If required, the locked content can be accessed through the Content property, which is a markup data container.

    Locked content can be nested, i.e. there can be other locked content items inside the locked container. The outermost locked content properties always take precedence.

    Properties

    Content

    Provides access to the items that have been locked.

    Declaration
    ILockedContainer Content { get; set; }
    Property Value
    Type Description
    ILockedContainer

    Properties

    Information on the lock

    Declaration
    ILockedContentProperties Properties { get; set; }
    Property Value
    Type Description
    ILockedContentProperties

    On this page

    • Properties
      • Content
      • Properties
    Back to top Generated by DocFX