PFRelation_ApplicationContextGetAll Method |
Gets all context of the parent relation.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public override List<PFApplicationContext> GetAll(
bool useCache = false,
bool resetCache = false
)
Parameters
- useCache (Optional)
- Type: SystemBoolean
If the cache is empty, it will fill it.
If not empty, will use it instead of querying the database. - resetCache (Optional)
- Type: SystemBoolean
Empty the cache.
Return Value
Type:
ListPFApplicationContext
List of found contexts.
See Also