RestModulePrependSystemFieldsPrefix Method (PFQuery, Boolean) |
Upgrades a query that could contain system field names without the PF_ prefix.
[PFItem system fields only]
Namespace:
Packflow.Rest
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public static void PrependSystemFieldsPrefix(
PFQuery query,
bool isTaskCt
)
Parameters
- query
- Type: Packflow.CorePFQuery
The query. - isTaskCt
- Type: SystemBoolean
Is the queried content-type a task content-type or not.
See Also