Click or drag to resize

ObjectTypesFind Method

Finds an element in the collection and returns it.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ObjectType Find(
	string name,
	ObjectTypeFindType findType
)

Parameters

name
Type: SystemString
The name of the element.
findType
Type: NetQuarry.MetadataObjectTypeFindType
The type of find to perform, from ObjectTypeFindType.

Return Value

Type: ObjectType
The element if found, else null.
See Also