Search Results for

    Show / Hide Table of Contents

    Class ProjectFileVersion

    Class which holds the version details for a particular file

    Inheritance
    object
    ProjectFileVersion
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectFileVersion

    Constructors

    ProjectFileVersion()

    Declaration
    public ProjectFileVersion()

    Properties

    CreatedAt

    The date that the file was createdW

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

    CreatedBy

    The user name of the creator of the file

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

    FileName

    The name of the file

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

    LastModified

    The date that the file was last modified

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

    VersionNumber

    The version number of the file

    Declaration
    public int VersionNumber { get; set; }
    Property Value
    Type Description
    int
    In this article
    • Constructors
      • ProjectFileVersion()
    • Properties
      • CreatedAt
      • CreatedBy
      • FileName
      • LastModified
      • VersionNumber
    Back to top Generated by DocFX