Search Results for

    Show / Hide Table of Contents

    Class PublishProjectEventArgs

    Used to monitor the progress of a publish project operation

    Inheritance
    object
    EventArgs
    CancelEventArgs
    ProgressEventArgs
    PublishProjectEventArgs
    Inherited Members
    ProgressEventArgs.PercentComplete
    ProgressEventArgs.StatusMessage
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    • Constructors
      • PublishProjectEventArgs()
    • Properties
      • Status
    Back to top Generated by DocFX