Interface ICommandLogScreenUtility
- Namespace
- Dynamicweb.CoreUI.Screens.Utilities
- Assembly
- Dynamicweb.CoreUI.dll
public interface ICommandLogScreenUtility
Methods
GetCommandLogActions<TModel>(string)
ActionGroup? GetCommandLogActions<TModel>(string modelIdentifier) where TModel : DataViewModelBase
Parameters
modelIdentifierstring
Returns
Type Parameters
TModel