Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetOrderBy Method

Gets all available objects ordered by a given column.

Note: this method does not use cache.

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<ChildType> GetOrderBy(
	string orderBy,
	bool ascending
)

Parameters

orderBy
Type: SystemString
ascending
Type: SystemBoolean

Return Value

Type: ListChildType
List of found objects.
See Also