Click or drag to resize
ApplicationDataSourceGetApplicationVersion Method (IUserContext, WebApplicationVersion)
Get ApplicationVersion from WebApplicationVersion.

Namespace: ArtDatabanken.WebService.Client.UserService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IApplicationVersion GetApplicationVersion(
	IUserContext userContext,
	WebApplicationVersion webApplicationVersion
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
webApplicationVersion
Type: ArtDatabanken.WebService.DataWebApplicationVersion
webApplicationVersion.

Return Value

Type: IApplicationVersion
Requested application version.
See Also