Search Results for

    Show / Hide Table of Contents

    Class ConvertExternalPackageEventArgs

    Encapsulates the data published by PackageConverted progress events.

    Inheritance
    System.Object
    ConvertExternalPackageEventArgs
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class ConvertExternalPackageEventArgs : CancelEventArgs

    Constructors

    ConvertExternalPackageEventArgs(Int32, String)

    Instantiates a new object using the provided import statistics.

    Declaration
    public ConvertExternalPackageEventArgs(int progress, string statusMessage)
    Parameters
    Type Name Description
    System.Int32 progress
    System.String statusMessage

    Properties

    Progress

    The progress of the package conversion.

    Declaration
    public int Progress { get; }
    Property Value
    Type Description
    System.Int32

    StatusMessage

    Optional message describinh the current status.

    Declaration
    public string StatusMessage { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ConvertExternalPackageEventArgs(Int32, String)
    • Properties
      • Progress
      • StatusMessage
    • Extension Methods
    Back to top Generated by DocFX