Click or drag to resize
SpeciesObservationDataSourceGetCreatedWebFileOrderFile Method
Gets the created web file order file.

Namespace: ArtDatabanken.WebService.Client.SpeciesObservationService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public byte[] GetCreatedWebFileOrderFile(
	IUserContext userContext,
	long fileOrderId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
fileOrderId
Type: SystemInt64
The file order ID.

Return Value

Type: Byte
The file as a byte array if the file exist; otherwise null.

Implements

ISpeciesObservationDataSourceGetCreatedWebFileOrderFile(IUserContext, Int64)
See Also