Show / Hide Table of Contents

Class RepositoryFile

A file in a repository.

Inheritance
System.Object
RepositoryFile
RepositoryPartitionFile
Implements
IRepositoryFile
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public class RepositoryFile : object, IRepositoryFile
Remarks

Interface represents metadata and optional content information about a repository file.

Constructors

RepositoryFile(String)

Initializes a new instance of the RepositoryFile class.

Declaration
public RepositoryFile(string fileId)
Parameters
Type Name Description
System.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
System.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
System.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