Interface IThirdPartyPluginDescriptor
Represents a third-party plug-in descriptor, which gives access to a seperate third-party plug-in manifest.
Inherited Members
Namespace: SdlSdl.CorePluginFramework
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 |
---|---|
string |
Description
Returns the description of the plug-in as defined in the third-party manifest.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
InvalidSdlAssemblyReferences
This list contains the SDL API assemblies that failed verification
Declaration
List<InvalidSdlAssemblyReference> InvalidSdlAssemblyReferences { get; }
Property Value
Type | Description |
---|---|
ListInvalidSdlAssemblyReference |
PlugInName
Returns the name of the plug-in as defined in the third-party manifest.
Declaration
string PlugInName { get; }
Property Value
Type | Description |
---|---|
string |
ThirdPartyManifestFilePath
Gets the full third-party manifest file path.
Declaration
string ThirdPartyManifestFilePath { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
bool |
Version
Returns the version of the plug-in as defined in the third-party manifest.
Declaration
Version Version { get; }
Property Value
Type | Description |
---|---|
Version |