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
    Int32
    In this article
    Back to top Generated by DocFX