Click or drag to resize

ExtensionFindType Enumeration

Specifies the type of find to perform on the Extensions collection using the method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExtensionFindType
Members
  Member nameValueDescription
ByID0Search by name.
ByName1Search by ID. This is the same as using the indexer.
See Also