Click or drag to resize

ApiSessionSimpleFindConflicts Method

Searches the project for object that have conflicts.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public List<ObjectProxy> SimpleFindConflicts(
	ulong aSearchRoot,
	SearchConflictsIn aWhereToSearch
)

Parameters

aSearchRoot
Type: SystemUInt64
The ID of the containter object to start the search on. Only children of this object and their children are searched. If you want to start at the very top and search the entire project, then use GetProjectRoot.
aWhereToSearch
Type: Articy.ApiSearchConflictsIn
a bit field enumeration to specify for which conflicts should be searched

Return Value

Type: ListObjectProxy
a list of object proxies that match the search criteria
Remarks
This is the API version of the search conflicts tab in the articy:draft client.
See Also