You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.ThumbnailType Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.ThumbnailType Enumeration

Enum for the type of preview to be retrieved.

Syntax
C#
public enum ThumbnailType : byte { Unknown = 0, SystemPreview = 1, ConstructionPreview2D = 2 }
Members
Description
Unknown = 0
Represents an unknown thumbnail type.
SystemPreview = 1
Represents a system preview as a thumbnail type.
ConstructionPreview2D = 2
Represents a construction preview in 2D as a thumbnail type.
Copyright © 2020. All rights reserved.