Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ExternalPackageConversionInfo()
    • Properties
      • CustomData
      • FromPackagePath
      • ToPackagePath
    • Extension Methods
    Back to top Generated by DocFX