Click or drag to resize
ApplicationDataSourceGetApplication Method (IUserContext, Int32)
Get application 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 IApplication GetApplication(
	IUserContext userContext,
	int applicationId
)

Parameters

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

Return Value

Type: IApplication
Requested application.

Implements

IApplicationDataSourceGetApplication(IUserContext, Int32)
See Also