Enum FileType
Defines the type of content stored in File entity.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum FileType
  Fields
| Name | Description | 
|---|---|
| File | Binary file attachment.  | 
      
| ImportPackage | Repository import package.  | 
      
| Message | Test message sample or message template.  | 
      
| Metadata | Service metadata set.  | 
      
| OpenApiV3 | Service description in Open API v3 format.  | 
      
| Swagger | Service description in Open API v2 (Swagger) format.  | 
      
| Unknown | File content is unknown.  |