Click or drag to resize

SearchConflictsIn Enumeration

Flag enum for searching for conflicts

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum SearchConflictsIn
Members
  Member nameValueDescription
References1 Searches for objects that have broken references
FeatureValues2 Searches for objects where custom feature values are invalid according to their constraints
TechnicalNames4 Searches for duplicate technical names within the content objects
Asset8 Searches for assets that are in a conflicting state
ScriptExpressions16 Searches for scripts that are in a conflicting state
AnyConflict31 searches for all of the above issues
See Also