Click or drag to resize

ObjectProxyGetObjectContext Method

Gets the context is which this object appears

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public ObjectContext GetObjectContext(
	bool aSystemFoldersOnly = false
)

Parameters

aSystemFoldersOnly (Optional)
Type: SystemBoolean
Set to true of you are only interested in top-level contexts (only Documents & Locations distinguish between the system folder and a main object)

Return Value

Type: ObjectContext
The value from the enumeration that matches the context. If no one matches is returned.
See Also