Enum ContentStatus
The different statuses describing the content of a content provider.
Namespace: Unity.Properties.UI
Syntax
public enum ContentStatus
Fields
| Name | Description | Value |
|---|---|---|
| ContentNotReady | Indicates that the content is not ready for display. |
|
| ContentReady | Indicates that the content is ready for display. |
|
| ContentUnavailable | Indicates that the content could not be reloaded. |
|
| ReloadContent | Indicates that the content should be reloaded. |