Table of Contents

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

modelIdentifier string

Returns

ActionGroup

Type Parameters

TModel
To top