Show / Hide Table of Contents

Interface IRepositoryFile

A file in a repository.

Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public interface IRepositoryFile
Remarks

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

Properties

FileId

Gets or sets the file identifier.

Declaration
string FileId { get; }
Property Value
Type Description
System.String

The file identifier.

Metadata

Repository-level metadata associated with the file.

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

The metadata.

In This Article
Back to top Generated by DocFX