Class ExternalPackageConversionInfo
Class used to transfer details regarding the package to be converted
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Packaging
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ExternalPackageConversionInfo
Constructors
ExternalPackageConversionInfo()
Declaration
public ExternalPackageConversionInfo()
Properties
CustomData
Declaration
public IDictionary<string, object> CustomData { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
FromPackagePath
Physical location of the original package
Declaration
public string FromPackagePath { get; set; }
Property Value
Type | Description |
---|---|
string |
ToPackagePath
Physical location of the final package
Declaration
public string ToPackagePath { get; set; }
Property Value
Type | Description |
---|---|
string |