NetForumSubEntityCollectionAttributeSubEntitySelectionQuery Property
A custom filter, used to limit which sub-entities are loaded into this collection.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public string SubEntitySelectionQuery { get; set; }
Public Property SubEntitySelectionQuery As String
Get
Set
public:
property String^ SubEntitySelectionQuery {
String^ get ();
void set (String^ value);
}
member SubEntitySelectionQuery : string with get, set
Property Value
String
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.