Click or drag to resize
IApplicationManagerCreateApplicationVersion Method
Create new application version.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void CreateApplicationVersion(
	IUserContext userContext,
	IApplicationVersion applicationVersion
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationVersion
Type: ArtDatabanken.DataIApplicationVersion
Information about the new application version. This object is updated with information about the created application version.
See Also