---
title: "PublishType"
description: "PublishType"
url: "https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/ios/reference/publishtype"
product: "Contentstack"
doc_type: "guide"
audience:
  - developers
  - admins
version: "current"
last_updated: "2026-09-21"
---

# PublishType

## PublishType

**Publish type is to sync specific type of contents:**

NAME

DESCRIPTION

ASSET\_PUBLISHED

To get only published asset in sync

ENTRY\_PUBLISHED

To get only published entries in sync

ASSET\_UNPUBLISHED

To get only unpublished assets in sync

ENTRY\_UNPUBLISHED

To get only unpublished entries in sync

ASSET\_DELETED

To get only deleted assets in sync

ENTRY\_DELETED

To get only deleted entries in sync

CONTENT\_TYPE\_DELETED

To get only content for deleted ContentType in sync

## PublishType | iOS Delivery SDK | Contentstack

PublishType lets you sync specific content states such as published, unpublished, or deleted entries and assets in the iOS Delivery SDK.