Show / Hide Table of Contents

Class ManagementAsset

Represents an asset in Contentfuls management API.

Inheritance
System.Object
ManagementAsset
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.Management
Assembly:cs.temp.dll.dll
Syntax
public class ManagementAsset : IContentfulResource

Properties

Description

The descriptions of the asset.

Declaration
public Dictionary<string, string> Description { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

Files

Information about the file in respective language.

Declaration
public Dictionary<string, File> Files { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, File>

SystemProperties

Common system managed metadata properties.

Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type Description
SystemProperties
Implements
IContentfulResource.SystemProperties

Title

The titles of the asset.

Declaration
public Dictionary<string, string> Title { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX