Class SystemLinkTypes
Represents the different types available for the LinkType of a Field.
Inheritance
System.Object
SystemLinkTypes
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 SystemLinkTypes
Fields
Asset
A reference to an asset.
Declaration
public const string Asset = "Asset"
Field Value
Type | Description |
---|---|
System.String |
ContentType
A reference to a contenttype.
Declaration
public const string ContentType = "ContentType"
Field Value
Type | Description |
---|---|
System.String |
Entry
A reference to an entry.
Declaration
public const string Entry = "Entry"
Field Value
Type | Description |
---|---|
System.String |
Space
A reference to a space.
Declaration
public const string Space = "Space"
Field Value
Type | Description |
---|---|
System.String |
Status
A reference to a status object.
Declaration
public const string Status = "Status"
Field Value
Type | Description |
---|---|
System.String |