Click or drag to resize

ObjectProxyCanBePartitioned Property

Returns true if this object is a togglable partition (can be created or retired). Will return false in case of system folders as those are always a partition and cannot be retired.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool CanBePartitioned { get; }

Property Value

Type: Boolean
See Also