Search Results for

    Show / Hide Table of Contents

    Class JobArtifact

    A job artifact.

    Inheritance
    object
    JobArtifact
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class JobArtifact

    Properties

    Path

    The relative path of the file.

    Declaration
    [JsonPropertyName("path")]
    public string Path { get; set; }
    Property Value
    Type Description
    string

    Src

    The absolute URL path.

    Declaration
    [JsonPropertyName("src")]
    public string Src { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.31rc