Click or drag to resize
ApplicationManagerGetApplicationActionsByGUIDs 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 GetApplicationActionsByGUIDs(
	IUserContext userContext,
	List<string> applicationActionGuids
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationActionGuids
Type: System.Collections.GenericListString
List of application action GUIDs.

Return Value

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

Implements

IApplicationManagerGetApplicationActionsByGUIDs(IUserContext, ListString)
See Also