Show / Hide Table of Contents

Namespace Contentful.Core.Models.Management

Classes

AndConstraint

Represents a list of constraints that evaluates if all its conditions are true.

ApiKey

Represents an api key for the Contentful Content Delivery API.

ApiUsage

Represents the usage of a specific period of the Contentful API.

BooleanEditorInterfaceControlSettings

Represents custom settings for a boolean widget.

ContentfulEnvironment

Represents a space environment.

ContentfulPermissions

Represents a collection of permissions for different parts of the Contentful APIs.

DatePickerEditorInterfaceControlSettings

Represents custom settings for a datepicker widget.

DateRangeValidator

Represents a validator that ensures that the field value is within a certain date range.

EditorInterface

Represents the editor interface of a ContentType.

EditorInterfaceControl

Represents how a specific field of a ContentType should be represented visually.

EditorInterfaceControlSettings

Represents custom settings for a widget in a EditorInterfaceControl.

EqualsConstraint

Represents a constraint that evaluates a property to equal a certain value.

FileSizeValidator

Represents a validator that ensures that the media file size is within a certain size range.

ImageSizeValidator

Represents a validator that ensures that the image dimensions are within a certain range.

InConstraint

Represents a constraint that inverts the value of the constraint it encapsulates.

InValuesValidator

Represents a validator that validates that a field value is in a predefined set of values.

LinkContentTypeValidator

Represents a validator that validates what type of ContentType you can link to from a field.

Locale

Represents a single locale in a Space.

ManagementAsset

Represents an asset in Contentfuls management API.

ManagementToken

Represents a personal access token for the management API.

MimeTypeValidator

Represents a validator that validates that an asset is of a certain MimeTypeRestriction

NotConstraint

Represents a constraint that inverts the value of the constraint it encapsulates.

OrConstraint

Represents a list of constraints that evaluates if one of its conditions are true.

Organization

Represents a single organization.

OrganizationMembership

Represents a membership of an Organization.

PathConstraint

Represents a constraint that restricts what fields are allowed to be managed.

Policy

Represents a policy for actions a Role may perform.

RangeValidator

Represents a validator that validates that a field value is within a certain range.

RatingEditorInterfaceControlSettings

Represents custom settings for the star widget.

Reference

Represents a reference link returned from the Contentful API. Allows you to easily model reference fields when creating new entries.

ReferenceProperties

Encapsulates the three properties that a Reference consists of.

RegexValidator

Represents a validator that validates a field value to conform to a certain regular expression.

Role

Represents a role with permissions and policies in Contentful.

SizeValidator

Represents a validator that validates that an array of items conforms to a certain size.

Snapshot

Represents the snapshot of an entry at a given time in the past.

SnapshotContentType

Represents the snapshot of a content type at a given time in the past.

SpaceMembership

Represents a membership of a Space.

Status

Represents a status object.

SystemFieldTypes

Represents the different types available for a Field.

SystemFileSizeUnits

Represents the different units available for FileSizeValidator.

SystemLinkTypes

Represents the different types available for the LinkType of a Field.

SystemManagementScopes

Represents the available scopes of management tokens.

SystemWidgetIds

Represents the id of all widgets available by default in the Contentful web app.

UiExtension

Encapsulates information about a Contentful Ui Extension

UiExtensionParameters

Encapsulates the properties of an UiExtension parameter.

UiExtensionParametersLists

Class encapsulating the two lists of extension parameters available.

UiExtensionParameterTypes

Represents the allowed values for types for ui extension parameters.

UniqueValidator

Represents a validator that ensures that the field value is unique among all entries at the time of publishing.

UploadReference

Represents information about an uploaded binary file that can be used to create an asset.

UsagePeriod

Represents a usage period of the Contentful API.

User

Represents a user of the content management api.

Webhook

Represents an webhook configuration in a Space.

WebhookCallDetails

Represents the details of a webhook call.

WebhookHealthResponse

Represents the response of a webhook health check.

WebhookRequest

Represents a request to a web hook.

WebhookResponse

Represents a response from a web hook.

WebhookTransformation

Represents the transformation of a webhook body.

Interfaces

IConstraint

Represents a type of constraint that can be imposed by a Policy.

IFieldValidator

Represents a validator of a field for a ContentType.

Enums

EditorInterfaceDateFormat

Enumeration of available formats for a datetime editorinterface.

HttpMethods

Enumeration of available HTTP methods for webhook transformations.

TransformationContentTypes

Enumeration of available content types for webhook transformations.

Back to top Copyright © 2015-2016 Contentful
Generated by DocFX