Method FindByMetadata
FindByMetadata(string, Regex, OccurrenceList)
Returns all occurrences which a metadata property value matches the given regular expression (ECMAScript)
Declaration
public OccurrenceList FindByMetadata(string property, Regex regex, OccurrenceList roots = null)
Parameters
Type | Name | Description |
---|---|---|
string | property | Property name |
Regex | regex | Regular expression (ECMAScript) |
OccurrenceList | roots | If specified, restrict the search from the given roots |
Returns
Type | Description |
---|---|
OccurrenceList |