Show / Hide Table of Contents

Enum SyncType

The different types of items you can request a sync for.

Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public enum SyncType

Fields

Name Description
All

Every type of item.

Asset

Only assets, excluding deletions.

DeletedAsset

Only deletions of assets.

DeletedEntry

Only deletions of entries.

Deletion

Only deletions. Both assets and entries deletions are included.

Entry

Only entries, excluding deletions.

Back to top Copyright © 2015-2016 Contentful
Generated by DocFX