⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Enum PreviewSetKind

    Used by the PreviewSetKind property to indicate whether a preview set contains application or control previews.

    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public enum PreviewSetKind

    Fields

    Name Description
    ApplicationPreviews

    The set contains only IApplicationPreviewType instances.

    ControlPreviews

    The set contains only IControlPreviewType instances.

    Mix

    The set contains a mix of application and control preview types.

    Undefined

    None of the preview types in the set are IApplicationPreviewType or IControlPreviewType instances.

    In this article
    Back to top Generated by DocFX