Click or drag to resize
ApplicationDataSourceGetApplicationActionsByGUIDs 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 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

IApplicationDataSourceGetApplicationActionsByGUIDs(IUserContext, ListString)
See Also