ContentClassification Enumeration |
The types of web content that the server deals with.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ContentClassification
Public Enumeration ContentClassification
public enum class ContentClassification
type ContentClassification
Members
| Member name | Value | Description |
---|
| Other | 0 |
Other files.
|
| Html | 1 |
Web pages.
|
| Json | 2 |
JSON files.
|
| Image | 3 |
Images.
|
| Audio | 4 |
Audio.
|
See Also