Click or drag to resize
ApplicationDataSourceUpdateApplication Method
Update application.

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 void UpdateApplication(
	IUserContext userContext,
	IApplication application
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
application
Type: ArtDatabanken.DataIApplication
Information about the updated application. This object is updated with information about the updated application.

Implements

IApplicationDataSourceUpdateApplication(IUserContext, IApplication)
See Also