Try our conversational search powered by Generative AI!

Interface ISettingsManager

Namespace: EPiServer.Cms.Shell.UI.Models.ExternalLinks
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
[Obsolete("The Episerver gadget framework has been deprecated so the External Link gadget will be removed after the upcoming major release.")]
public interface ISettingsManager

Methods

Declaration
void Delete(Guid gadgetId)
Parameters
Type Name Description
System.Guid gadgetId
Declaration
bool IsValid(Settings settings, out IEnumerable<ValidationError> errors)
Parameters
Type Name Description
Settings settings
System.Collections.Generic.IEnumerable<ValidationError> errors
Returns
Type Description
System.Boolean
Declaration
Settings Load(Guid gadgetId)
Parameters
Type Name Description
System.Guid gadgetId
Returns
Type Description
Settings
Declaration
void Save(Settings settings)
Parameters
Type Name Description
Settings settings

Extension Methods