Click or drag to resize
IApplicationDataSourceCreateApplicationAction Method
Create new application action.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void CreateApplicationAction(
	IUserContext userContext,
	IApplicationAction applicationAction
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationAction
Type: ArtDatabanken.DataIApplicationAction
Information about the new application action. This object is updated with information about the created application action.
See Also