Show / Hide Table of Contents

Class Space

Represents a single space.

Inheritance
System.Object
Space
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 Space : IContentfulResource

Properties

Locales

A list of locales this space supports.

Declaration
public List<Locale> Locales { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Locale>

Name

The name of the space.

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

SystemProperties

Common system managed metadata properties.

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