Show / Hide Table of Contents

Class FileInformation

Provides options to be used when committing items to the repository.

Inheritance
object
FileInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class FileInformation

Properties

ContentType

content type

Declaration
[DataMember]
public string ContentType { get; set; }
Property Value
Type Description
string

DepositTime

The UTC time when the file was deposited

Declaration
[DataMember]
public DateTime DepositTime { get; set; }
Property Value
Type Description
DateTime

DepositUri

The repository scheme uri form with the identifier

Declaration
[DataMember]
public string DepositUri { get; set; }
Property Value
Type Description
string

Id

Unique File ID

Declaration
[DataMember]
public Guid Id { get; set; }
Property Value
Type Description
Guid

Md5

md5 file hash

Declaration
[DataMember]
public string Md5 { get; set; }
Property Value
Type Description
string

OriginalFilename

original file name as uploaded to the Repository

Declaration
[DataMember]
public string OriginalFilename { get; set; }
Property Value
Type Description
string

Sha256

Sha 256 file hash

Declaration
[DataMember]
public string Sha256 { get; set; }
Property Value
Type Description
string

StoragePath

The internal storage location

Declaration
[DataMember]
public string StoragePath { get; set; }
Property Value
Type Description
string

Username

User who deposited the file

Declaration
[DataMember]
public string Username { get; set; }
Property Value
Type Description
string

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX