Click or drag to resize

ApiSessionGetAllowedObjectsForContext Method

Returns a HashSet containing all ObjectTypes that can appear as children object in the given context

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public HashSet<ObjectType> GetAllowedObjectsForContext(
	ObjectContext aContext
)

Parameters

aContext
Type: Articy.ApiObjectContext
The context to ask allowed children from

Return Value

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