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
    System.Object
    ServerProjectInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.String

    Description

    The description used on the server

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.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
    System.Nullable<System.DateTime>

    Name

    The name used to identify this project on the server

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

    OrganizationPath

    The location on the server this project is stored

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

    ProjectId

    The unique id of the project

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

    PublishedAt

    The date the project was published to the server

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

    PublishedBy

    The user this project was published by

    Declaration
    public string PublishedBy { get; set; }
    Property Value
    Type Description
    System.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[]

    On this page

    • Constructors
      • ServerProjectInfo()
    • Properties
      • Customer
      • Description
      • DueDate
      • Name
      • OrganizationPath
      • ProjectId
      • PublishedAt
      • PublishedBy
      • SourceLanguage
      • Status
      • TargetLanguages
    Back to top Generated by DocFX