Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetById Method (Int64, Boolean)

Gets a child object by its ID.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual ChildType GetById(
	long id,
	bool useCache
)

Parameters

id
Type: SystemInt64
Object id
useCache
Type: SystemBoolean
Use cache if available

Return Value

Type: ChildType
Object or null if not found
See Also