Class ExternalPackageConversionInfo
Class used to transfer details regarding the package to be converted
Inheritance
System.Object
ExternalPackageConversionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
FromPackagePath
Physical location of the original package
Declaration
public string FromPackagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToPackagePath
Physical location of the final package
Declaration
public string ToPackagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |