Click or drag to resize

PFQueryFilterRestrictedToParents Property

Gets or sets a list of parents' GUIDs.

If not empty, the filter will be applied to a subset of objects, depending on their parent.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<Guid> RestrictedToParents { get; set; }

Property Value

Type: ListGuid
See Also