Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetById Method (Int64)

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
)

Parameters

id
Type: SystemInt64
Object id

Return Value

Type: ChildType
Object or null if not found
See Also