Show / Hide Table of Contents

Class SyncedAsset

Represents an asset returned by a SyncResult.

Inheritance
System.Object
SyncedAsset
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class SyncedAsset : IContentfulResource

Properties

Fields

The fields of the synced asset serialized into a dynamic object.

Declaration
public dynamic Fields { get; set; }
Property Value
Type Description
System.Object

SystemProperties

Common system managed metadata properties.

Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type Description
SystemProperties
Implements
IContentfulResource.SystemProperties
In This Article
  • Properties
    • Fields
    • SystemProperties
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX