Click or drag to resize

NetForumSubEntityCollectionAttributeSubEntitySelectionQuery Property

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

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
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