Class ProjectFileVersion
Class which holds the version details for a particular file
Inheritance
System.Object
ProjectFileVersion
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.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 |
---|---|
System.DateTime |
CreatedBy
The user name of the creator of the file
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
The name of the file
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastModified
The date that the file was last modified
Declaration
public DateTime LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
VersionNumber
The version number of the file
Declaration
public int VersionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |