Chameleon Plug-in API
FileClassification Enumeration
NamespacesBKTech.Chameleon.PluginsFileClassification
Denotes potential file classifications for the data contained within a file.
Declaration Syntax
C#Visual BasicVisual C++
public enum FileClassification
Public Enumeration FileClassification
public enum class FileClassification
Members
MemberDescription
Unclassified
Indicates that there is no classified material in the report

ForOfficialUseOnly
Indicates that there is not classified material in the report but that it should be considered sensitive.

Confidential
Indicates that there is material in the report classified as confidential. Appropriate markings should be made.

Secret
Indicates that there is material in the report classified as secret. Appropriate markings should be made.

TopSecret
Indicates that there is material in the report classified as top secret. Appropriate markings should be made.

Remarks
Unclassified materials have the lowest rating. ForOfficialUseOnly (FOUO) are technically unclassified but some measures of protection should be kept. Classified is the lowest classification level followed by secret, then top secret.

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)