SearchConflictsIn Enumeration
Flag enum for searching for conflicts
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
[FlagsAttribute]
public enum SearchConflictsInMembers
| References | 0x01 | Searches for objects that have broken references |
| FeatureValues | 0x02 | Searches for objects where custom feature values are invalid according to their constraints |
| TechnicalNames | 0x04 | Searches for duplicate technical names within the content objects |
| Asset | 0x08 | Searches for assets that are in a conflicting state |
| ScriptExpressions | 0x10 | Searches for scripts that are in a conflicting state |
| AnyConflict | 0x1F | searches for all of the above issues |
| Localization | 0x20 | Searches for missing localization entries or general localization issues |