IFileVersionLinkInfo

Namespace: TagBites.IO
Assembly: TagBites.IO.dll

Represents file version information.

public abstract interface IFileVersionLinkInfo

Properties

ContentPath

Gets a string representing the path to the file version content.

public string ContentPath { get; }

Result Type: string

Exists

Gets a value indicating whether the file version.

public bool Exists { get; }

Result Type: bool

FullName

Gets the full path of file version. <returns>A System.String containing the full path.</returns>

public string FullName { get; }

Result Type: string

Hash

Gets the hash value for a file version. <returns>A TagBites.IO.FileHash object representing hash value for a file version.</returns>

public FileHash Hash { get; }

Result Type: FileHash

Length

Gets the size, in bytes, of the file version.

public long Length { get; }

Result Type: long

ModifyTime

Gets the time when the current file version was last modified.

public DateTime ModifyTime { get; }

Result Type: DateTime