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. |