Interface IThirdPartyPluginDescriptor
Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest.
Inherited Members
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IThirdPartyPluginDescriptor : IPluginDescriptor
Properties
Author
Returns the author or company name of the plug-in developer as defined in the third-party manifest.
Declaration
string Author { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Returns the description of the plug-in as defined in the third-party manifest.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
InvalidSdlAssemblyReferences
This list contains the SDL API assemblies that failed verification
Declaration
List<InvalidSdlAssemblyReference> InvalidSdlAssemblyReferences { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<InvalidSdlAssemblyReference> |
PlugInName
Returns the name of the plug-in as defined in the third-party manifest.
Declaration
string PlugInName { get; }
Property Value
Type | Description |
---|---|
System.String |
ThirdPartyManifestFilePath
Gets the full third-party manifest file path.
Declaration
string ThirdPartyManifestFilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Validated
Returns true if the plug-in validated against the requried installed versions of the SDL Trados Studio APIs.
Declaration
bool Validated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
Returns the version of the plug-in as defined in the third-party manifest.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
System.Version |