Property |
[FlagsAttribute] public enum PropertyLevel
| Member name | Value | Description |
|---|---|---|
| Application | 1 | Property is intended for the application level (UserSettings, ApplicationSettings and BuiltinSettings). |
| Project | 2 | Property is intended for the project level (only root folder, but no other folder properties). |
| ProjectFolder | 4 | Property is intended for the project folder level (folder properties, including the root folder). |
| AllUpToFolder | 7 | Property is intended for Application, Project and ProjectFolder level. |
| Document | 8 | Property is intended for a specific document. Further information about the specific type of document is necessary from elsewhere. |
| All | 15 | Property is intended for application, project, project-folder, and document levels. Further information about the specific document type is necessary from elsewhere. |
The PropertyLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |