⚠️ 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

    Interface IExtensionAttributeInfo

    Provides information about an extension type, which is marked with an extension attribute and a number of auxiliary extension attributes.

    Namespace: Sdl.Core.PluginFramework.Validation
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IExtensionAttributeInfo

    Properties

    AuxiliaryExtensionAttributes

    Gets the auiliary extension attributes with which the extension type is marked.

    Declaration
    AuxiliaryExtensionAttribute[] AuxiliaryExtensionAttributes { get; }
    Property Value
    Type Description
    AuxiliaryExtensionAttribute[]

    ExtensionAttribute

    Gets the extension attribute with which the extension type is marked.

    Declaration
    ExtensionAttribute ExtensionAttribute { get; }
    Property Value
    Type Description
    ExtensionAttribute

    ExtensionType

    Gets the type of the extension.

    Declaration
    Type ExtensionType { get; }
    Property Value
    Type Description
    Type
    In this article
    Back to top Generated by DocFX