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.
Implements
Inherited Members
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. |