Interface IAbstractUpdatablePreview
Base interface for previews that can be dynamically updated as content in the editor changes.
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IAbstractUpdatablePreview
Remarks
There are two separate protocols for updating previews: IPreviewUpdatedViaSegmentFile and IPreviewUpdatedViaRefresh, both of which are derived from this base interface.