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

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 CreateApplicationAction(
	IUserContext userContext,
	IApplicationAction applicationAction
)

Parameters

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

Implements

IApplicationDataSourceCreateApplicationAction(IUserContext, IApplicationAction)
See Also