Table of Contents

Interface ISelectorProviderWithLinkValue

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public interface ISelectorProviderWithLinkValue

Properties

LinkIcon

Icon LinkIcon { get; }

Property Value

Icon

LinkName

string LinkName { get; }

Property Value

string

LinkType

string LinkType { get; }

Property Value

string

Methods

void ConfigureForLink(Link link)

Parameters

link Link
bool TryGetValueFromLink(string? linkValue, out string? result)

Parameters

linkValue string
result string

Returns

bool
To top