| SourceGetSourceByName Method  | 
            Returns the source object with given name or null if not found.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Source GetSourceByName(
	List<Source> sources,
	string name
)
Public Shared Function GetSourceByName ( 
	sources As List(Of Source),
	name As String
) As Source
public:
static Source^ GetSourceByName(
	List<Source^>^ sources, 
	String^ name
)
static member GetSourceByName : 
        sources : List<Source> * 
        name : string -> Source 
Parameters
- sources
 - Type: System.Collections.GenericListSource
 - name
 - Type: SystemString
 
Return Value
Type: 
Source
See Also