Show / Hide Table of Contents

Class Asset

Represents a single asset of a Space.

Inheritance
System.Object
Asset
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 Asset : IContentfulResource, IContent

Properties

Description

The description of the asset.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DescriptionLocalized

The descriptions of the asset per locale.

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

File

Encapsulates information about the binary file of the asset.

Declaration
public File File { get; set; }
Property Value
Type Description
File

FilesLocalized

Information about the file in respective language.

Declaration
public Dictionary<string, File> FilesLocalized { 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 title of the asset.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

TitleLocalized

The titles of the asset per locale.

Declaration
public Dictionary<string, string> TitleLocalized { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
In This Article
  • Properties
    • Description
    • DescriptionLocalized
    • File
    • FilesLocalized
    • SystemProperties
    • Title
    • TitleLocalized
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX