Show / Hide Table of Contents

Class PathConstraint

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

Inheritance
System.Object
PathConstraint
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 PathConstraint : IConstraint

Properties

Fields

The path expression for which fields to be allowed.

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