NetForumSubEntityCollectionAttributeSubEntitySelectionQuery Property

A custom filter, used to limit which sub-entities are loaded into this collection.

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public string SubEntitySelectionQuery { get; set; }

Property Value

String

Remarks

This filter may be used with both lazy loading and preloading. As of Ignition 7.0, this filter no longer supported parsing values from the parent entity (ie, including a parent field's name with {} around it). If you require parsed parent values, use CustomParentRelationship instead of (or in addition to) this.

See Also