Search Results for

    Show / Hide Table of Contents

    Interface IThirdPartyPluginDescriptor

    Inherited Members
    IPluginDescriptor.GetPluginManifestStream()
    IPluginDescriptor.GetPluginResource(String)
    IPluginDescriptor.Name
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface IThirdPartyPluginDescriptor : IPluginDescriptor

    Properties

    Author

    Declaration
    string Author { get; }
    Property Value
    Type Description
    System.String

    Description

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String

    InvalidAssemblies

    Declaration
    [Obsolete("Use InvalidSdlAssemblyReferences to obtain list of invalid SDL API assembly references")]
    List<string> InvalidAssemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    InvalidSdlAssemblyReferences

    Declaration
    List<InvalidSdlAssemblyReference> InvalidSdlAssemblyReferences { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<InvalidSdlAssemblyReference>

    PlugInName

    Declaration
    string PlugInName { get; }
    Property Value
    Type Description
    System.String

    ThirdPartyManifestFilePath

    Declaration
    string ThirdPartyManifestFilePath { get; }
    Property Value
    Type Description
    System.String

    Validated

    Declaration
    bool Validated { get; }
    Property Value
    Type Description
    System.Boolean

    Version

    Declaration
    Version Version { get; }
    Property Value
    Type Description
    System.Version

    On this page

    • Properties
      • Author
      • Description
      • InvalidAssemblies
      • InvalidSdlAssemblyReferences
      • PlugInName
      • ThirdPartyManifestFilePath
      • Validated
      • Version
    Back to top Generated by DocFX