ArtifactCollection.FindByValue

ArtifactCollection.FindByValue method

Finds artifacts by custom value.

public List<Artifact> FindByValue(string name, string expectedValue)
ParameterTypeDescription
nameStringName of custom value.
expectedValueStringValue to find.

Return Value

List of found artifacts.

See Also