Class Attachment
Represents a file stored in the Repository File Storage that is associated with the metadata item
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Attachment
Properties
AttachmentType
The type of attached file
Declaration
public string AttachmentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Examples
OtherMaterial
AttachmentTypeOtherMaterial
AttachmentType for an OtherMaterial
Declaration
public static string AttachmentTypeOtherMaterial { get; }
Property Value
Type | Description |
---|---|
string |
Location
The Repository File Storage uri
Declaration
public Uri Location { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Examples
repository:400B6749-EA6A-4ACC-B32D-38D59DC81039
RepositoryScheme
The scheme for the Repository File Storage Service
Declaration
public static string RepositoryScheme { get; }
Property Value
Type | Description |
---|---|
string |