Click or drag to resize
ApplicationDataSourceGetApplicationActionsByIds Method
Get list of application action objects.

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 ApplicationActionList GetApplicationActionsByIds(
	IUserContext userContext,
	List<int> applicationActionIds
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationActionIds
Type: System.Collections.GenericListInt32
List of application action id

Return Value

Type: ApplicationActionList
Returns list of application actions or null if no application actions are found.

Implements

IApplicationDataSourceGetApplicationActionsByIds(IUserContext, ListInt32)
See Also