Click or drag to resize

ObjectProxyGetAllowedChildrenTypes Method

Returns a HashSet containing all ObjectTypes that can appear as direct children of the given object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public HashSet<ObjectType> GetAllowedChildrenTypes()

Return Value

Type: HashSetObjectType
A HashSet of ObjectTypes of the found types
See Also