Searches for variables by name.
Parameters
-
searchName
Type: System.String
The name of the variable.
Note: Do not include an extension in this file name.
-
isVariantsOnly
Type: System.Boolean
True to search only for variant variables; otherwise, false.
Returns
Type: System.Collections.Generic.IList<Authorit.API.Dto.Variable>
A list of instances of the variable class that contains information about the variables that match the search criteria.