Class ProjectFileVersion
Class which holds the version details for a particular file
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
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 |