Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetById Method (Int64, PFQueryResultsScope)

Gets a child object by its ID, with a specified scope. This method DOES NOT use the 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 virtual ChildType GetById(
	long id,
	PFQueryResultsScope scope
)

Parameters

id
Type: SystemInt64
Object id
scope
Type: Packflow.CorePFQueryResultsScope
The results scope, including or not deleted and non-deleted objects.

Return Value

Type: ChildType
Object or null if not found
See Also