Click or drag to resize
ApplicationDataSourceGetApplicationVersion Method (IUserContext, Int32)
Get applicationversion by id.

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,
	int applicationVersionId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationVersionId
Type: SystemInt32
ApplicationVersion id.

Return Value

Type: IApplicationVersion
Requested applicationVersion.

Implements

IApplicationDataSourceGetApplicationVersion(IUserContext, Int32)
See Also