Click or drag to resize
ApplicationDataSourceCreateApplication Method
Create new 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 CreateApplication(
	IUserContext userContext,
	IApplication application
)

Parameters

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

Implements

IApplicationDataSourceCreateApplication(IUserContext, IApplication)
See Also