Interface IThirdPartyPluginDescriptor
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IThirdPartyPluginDescriptor : IPluginDescriptor
Properties
Author
Declaration
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
PlugInName
Declaration
string PlugInName { get; }
Property Value
Type |
Description |
System.String |
|
ThirdPartyManifestFilePath
Declaration
string ThirdPartyManifestFilePath { get; }
Property Value
Type |
Description |
System.String |
|
Validated
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Version
Declaration
Property Value
Type |
Description |
System.Version |
|