Click or drag to resize
ContentClassification Enumeration
The types of web content that the server deals with.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ContentClassification
Members
  Member nameValueDescription
Other0 Other files.
Html1 Web pages.
Json2 JSON files.
Image3 Images.
Audio4 Audio.
See Also