JsonConfEditorAttributeHasAttr Method

Allows for simple checking of a key within the options expando objects.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected static bool HasAttr(
	ExpandoObject expando,
	string key
)

Parameters

expando  ExpandoObject
ExpandoObject to check.
key  String
Key to check for.

Return Value

Boolean
True / False

See Also