PFRelation_BaseObjectParentType, ChildTypeGetAll Method |
Gets all objects of this relation (filtered by RLS).
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public virtual List<ChildType> GetAll(
bool useCache = false,
bool resetCache = false
)
Parameters
- useCache (Optional)
- Type: SystemBoolean
If cache is empty, will fill it.
If not empty, will use it instead of querying the database. - resetCache (Optional)
- Type: SystemBoolean
Empty the cache.
Return Value
Type:
ListChildTypeList of found objects.
See Also