IconBindingsResourceAlterationType Method

Returns the icon for the given ResourceAction.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static IconName ResourceAlterationType(
	ResourceAction message
)

Parameters

message  ResourceAction
Type to get the icon for

Return Value

IconName
Proper icon, or Gear if not found.

See Also