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 public virtual ChildType GetById(
long id
)
Parameters
- id
- Type: SystemInt64
Object id
Return Value
Type:
ChildTypeObject or null if not found
See Also