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

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

IApplicationManagerGetApplicationActionsByIds(IUserContext, ListInt32)
See Also