Class ExternalPackageConversionInfo
Class used to transfer details regarding the package to be converted
Inheritance
Object
ExternalPackageConversionInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |