Search Results for

    Show / Hide Table of Contents

    Class ServerProjectInfo

    Class used to store the information required for to store a project on a project server

    Inheritance
    object
    ServerProjectInfo
    Inherited Members
    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 ServerProjectInfo

    Constructors

    ServerProjectInfo()

    Declaration
    public ServerProjectInfo()

    Properties

    Customer

    The customer this project belongs to

    Declaration
    public string Customer { get; set; }
    Property Value
    Type Description
    string

    Description

    The description used on the server

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    DueDate

    The date the project is due or null of no date is set

    Declaration
    public DateTime? DueDate { get; set; }
    Property Value
    Type Description
    DateTime?

    Name

    The name used to identify this project on the server

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OrganizationPath

    The location on the server this project is stored

    Declaration
    public string OrganizationPath { get; set; }
    Property Value
    Type Description
    string

    ProjectId

    The unique id of the project

    Declaration
    public Guid ProjectId { get; set; }
    Property Value
    Type Description
    Guid

    PublishedAt

    The date the project was published to the server

    Declaration
    public DateTime PublishedAt { get; set; }
    Property Value
    Type Description
    DateTime

    PublishedBy

    The user this project was published by

    Declaration
    public string PublishedBy { get; set; }
    Property Value
    Type Description
    string

    SourceLanguage

    The source language of the project

    Declaration
    public Language SourceLanguage { get; set; }
    Property Value
    Type Description
    Language

    Status

    The current status of the project

    Declaration
    public ProjectStatus Status { get; set; }
    Property Value
    Type Description
    ProjectStatus

    TargetLanguages

    The target languages of the project

    Declaration
    public Language[] TargetLanguages { get; set; }
    Property Value
    Type Description
    Language[]
    In this article
    • Constructors
      • ServerProjectInfo()
    • Properties
      • Customer
      • Description
      • DueDate
      • Name
      • OrganizationPath
      • ProjectId
      • PublishedAt
      • PublishedBy
      • SourceLanguage
      • Status
      • TargetLanguages
    Back to top Generated by DocFX