Show / Hide Table of Contents

Class RepositoryFile

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Inheritance
object
RepositoryFile
RepositoryPartitionFile
Implements
IRepositoryFile
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public class RepositoryFile : IRepositoryFile

Constructors

RepositoryFile(string)

Initializes a new instance of the RepositoryFile class.

Declaration
public RepositoryFile(string fileId)
Parameters
Type Name Description
string fileId

The file identifier.

RepositoryFile(string, IFileMetadata)

Initializes a new instance of the RepositoryFile class.

Declaration
public RepositoryFile(string fileId, IFileMetadata metadata)
Parameters
Type Name Description
string fileId

The file identifier.

IFileMetadata metadata

The metadata.

Properties

FileId

Gets or sets the file identifier.

Declaration
public string FileId { get; }
Property Value
Type Description
string

The file identifier.

Metadata

Repository-level metadata associated with the file.

Declaration
public IFileMetadata Metadata { get; }
Property Value
Type Description
IFileMetadata

The metadata.

Implements

IRepositoryFile
In this article
Back to top Generated by DocFX