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. |