RevisionsOnQuery: Boolean;
RevisionsOnQuery: boolean;
The RevisionsOnQuery property determines whether the revisions dictionary is based on a query.
Available values:
True. The revisions dictionary is based on a query. The query text determines the IMetaAttributes.SelectQueryText property returned by the IRubricator.Revisions.Attributes property.
False. The revisions dictionary is not based on a query.
The property use is given in the example for IRubricator.FactsOnQuery.
See also: