Class ContentSchemaCondition
Matches when the content schema of a metadata item equals the one set in the condition.
Inheritance
ContentSchemaCondition
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentSchemaCondition : BusinessRuleCondition
Properties
Content schema id to match on.
Declaration
[JsonProperty("schemaId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SchemaId { get; set; }
Property Value
Methods
Declaration
public static ContentSchemaCondition FromJson(string data)
Parameters
Returns