Class CloudProjectPreviewImage

A structure that contains information for a project preview image.

Hierarchy

  • FrameworkObject
    • CloudProjectPreviewImage

Constructors

Accessors

Constructors

Accessors

  • get fileName(): string
  • The filename of the uploaded preview image.

    Returns string

  • set fileName(value): void
  • Parameters

    • value: string

    Returns void

  • get timeout(): number
  • Specifies how many minutes the URL to download the preview remains valid.

    Returns number

  • set timeout(value): void
  • Parameters

    • value: number

    Returns void

  • get url(): string
  • Specifies the URL where the project preview can be downloaded from.

    Returns string

  • set url(value): void
  • Parameters

    • value: string

    Returns void