Click or drag to resize
ApplicationManagerGetApplicationActions Method
Get all application actions for an application.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual ApplicationActionList GetApplicationActions(
	IUserContext userContext,
	int applicationId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
applicationId
Type: SystemInt32
Application id.

Return Value

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

Implements

IApplicationManagerGetApplicationActions(IUserContext, Int32)
See Also