Click or drag to resize
ApplicationDataSourceDeleteApplication Method
Delete an 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 DeleteApplication(
	IUserContext userContext,
	IApplication application
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
application
Type: ArtDatabanken.DataIApplication
Delete this application.

Implements

IApplicationDataSourceDeleteApplication(IUserContext, IApplication)
See Also