Click or drag to resize
IApplicationManagerCreateApplication Method
Create new application.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
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.
See Also