---
title: "SyncableTypes"
description: "SyncableTypes"
url: "https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/swift/reference/syncabletypes"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-08"
---

# SyncableTypes

## SyncableTypes

This enable to sync entity with condition.

Sync all assets and all entries of all content types.

Enter content type UIDs. e.g., products. This retrieves published entries of specified content type.

Enter locale codes. e.g., en-us This retrieves published entries of specific locale.

Enter the start date. e.g., Date() This retrieves published entries starting from a specific date.

If you do not specify any value from PublishType, it will bring all published entries and published assets. You can pass multiple types as comma-separated values.

## SyncableTypes | Swift Delivery SDK | Contentstack

SyncableTypes lets you sync entities with specific conditions in the Contentstack Swift Delivery SDK.