Search Results for

    Show / Hide Table of Contents

    Class PublishProjectEventArgs

    Used to monitor the progress of a publish project operation

    Inheritance
    System.Object
    ProgressEventArgs
    PublishProjectEventArgs
    Inherited Members
    ProgressEventArgs.PercentComplete
    ProgressEventArgs.StatusMessage
    Namespace: Sdl.ProjectAutomation.FileBased
    Assembly: Sdl.ProjectAutomation.FileBased.dll
    Syntax
    public class PublishProjectEventArgs : ProgressEventArgs

    Constructors

    PublishProjectEventArgs()

    Declaration
    public PublishProjectEventArgs()

    Properties

    Status

    The current PublicationStatus of the project

    Declaration
    public PublicationStatus Status { get; }
    Property Value
    Type Description
    PublicationStatus

    On this page

    • Constructors
      • PublishProjectEventArgs()
    • Properties
      • Status
    Back to top Generated by DocFX