Click or drag to resize
SourceGetSourceByName Method

» Asprise Scan Home · Developer's Guide

Returns the source object with given name or null if not found.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Source GetSourceByName(
	List<Source> sources,
	string name
)

Parameters

sources
Type: System.Collections.GenericListSource
name
Type: SystemString

Return Value

Type: Source
See Also