Show / Hide Table of Contents

Class FileDetails

Represents detailed information about a File.

Inheritance
System.Object
FileDetails
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 FileDetails

Properties

Image

The image details of the file if applicable, will be null for non image types.

Declaration
public ImageDetails Image { get; set; }
Property Value
Type Description
ImageDetails

Size

The size of the file in bytes.

Declaration
public long Size { get; set; }
Property Value
Type Description
System.Int64
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX