Class RefreshAllTemplatesAction
Action that will refresh all templates.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class RefreshAllTemplatesAction
Methods
View SourceBuildAction(ITemplateExplorerViewModel)
Builds the action to refresh all templates.
Declaration
public static DelegateCommand<string> BuildAction(ITemplateExplorerViewModel context)
Parameters
| Type | Name | Description |
|---|---|---|
| ITemplateExplorerViewModel | context | The data context of the calling view model. |
Returns
| Type | Description |
|---|---|
| DelegateCommand<string> |