IFileVersionLinkInfo
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents information about a file version.
public interface IFileVersionLinkInfoProperties
Section titled “Properties”ContentPath
Section titled “ContentPath”Gets a string representing the path to the file version content.
public virtual string ContentPath { get; }Property Value
Section titled “Property Value”A string representing the path to the file version content.
CreationTime
Section titled “CreationTime”Gets the creation time of the file version.
public virtual DateTime CreationTime { get; }Property Value
Section titled “Property Value”The creation time of the file version.
Exists
Section titled “Exists”Gets a value indicating whether the file version.
public virtual bool Exists { get; }Property Value
Section titled “Property Value”true if the file version exists; otherwise, false.
Gets the hash value for a file version.
public virtual FileHash Hash { get; }Property Value
Section titled “Property Value”A FileHash object representing hash value for a file version.
Length
Section titled “Length”Gets the size, in bytes, of the file version.
public virtual long Length { get; }Property Value
Section titled “Property Value”The size of the file version in bytes.
ModifyTime
Section titled “ModifyTime”Gets the time when the current file version was last modified.
public virtual DateTime ModifyTime { get; }Property Value
Section titled “Property Value”The time the current file version was last modified.