Skip to content
Auto
Products

IFileVersionLinkInfo

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Represents information about a file version.

public interface IFileVersionLinkInfo

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

public virtual string ContentPath { get; }

string

A string representing the path to the file version content.

Gets the creation time of the file version.

public virtual DateTime CreationTime { get; }

DateTime

The creation time of the file version.

Gets a value indicating whether the file version.

public virtual bool Exists { get; }

bool

true if the file version exists; otherwise, false.

Gets the hash value for a file version.

public virtual FileHash Hash { get; }

FileHash

A FileHash object representing hash value for a file version.

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

public virtual long Length { get; }

long

The size of the file version in bytes.

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

public virtual DateTime ModifyTime { get; }

DateTime

The time the current file version was last modified.