Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeIsDeleted Method

Checks if an object is deleted or not. If deleted, will also return suppression information.

If this object is not available because of RLS, this method will always return false.

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 bool IsDeleted(
	long id,
	out DateTimeOffset deletedAt,
	out PFUser deletedBy
)

Parameters

id
Type: SystemInt64
deletedAt
Type: SystemDateTimeOffset
deletedBy
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also