Click or drag to resize

PFRelation_ContentTypeItem_CastablePFItemTypeGetAll Method

Gets all items in the content-type.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<PFItemType> 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: ListPFItemType
List of found items.
See Also