SourceGetDefaultSource Method |
Returns the first source marked as default in the first 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)
Syntax public static Source GetDefaultSource(
List<Source> sources
)
Public Shared Function GetDefaultSource (
sources As List(Of Source)
) As Source
public:
static Source^ GetDefaultSource(
List<Source^>^ sources
)
static member GetDefaultSource :
sources : List<Source> -> Source
Parameters
- sources
- Type: System.Collections.GenericListSource
Return Value
Type:
SourceSee Also