Click or drag to resize
ApplicationDataSourceGetApplicationVersionList Method
GetApplicationVersionList

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 ApplicationVersionList GetApplicationVersionList(
	IUserContext userContext,
	int applicationId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationId
Type: SystemInt32
Application id.

Return Value

Type: ApplicationVersionList
Returns list of application versions or null if no application versions are found.

Implements

IApplicationDataSourceGetApplicationVersionList(IUserContext, Int32)
See Also