ViewContentSensitivity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the sensitivity of content displayed by a view.
public enum ViewContentSensitivity
type ViewContentSensitivity =
- Inheritance
-
ViewContentSensitivity
Fields
| Name | Value | Description |
|---|---|---|
| Auto | 0 | Identifies the auto content-sensitivity setting for a view. |
| Sensitive | 1 | Identifies the sensitive content-sensitivity setting for a view. |
| NotSensitive | 2 | Identifies the not sensitive content-sensitivity setting for a view. |