Method FindByMetadataValue
FindByMetadataValue(Regex, OccurrenceList)
Returns all occurrences with a metadata value matching the given regular expression (ECMAScript)
Declaration
public OccurrenceList FindByMetadataValue(Regex regex, OccurrenceList roots = null)
Parameters
Type | Name | Description |
---|---|---|
Regex | regex | Regular expression (ECMAScript) |
OccurrenceList | roots | If specified, restrict the search from the given roots |
Returns
Type | Description |
---|---|
OccurrenceList |