Compartilhar via


HeaderList.FindAll Method

The FindAll overloads return an array of HeaderList objects sorted in the order in which they occur in this HeaderList object.

Overload List

Name Description
HeaderList.FindAll (HeaderId)
The FindAll method returns an array that contains all Header objects in this HeaderList object that are of the name specified by headerId.
HeaderList.FindAll (String)
The FindAll method returns an array that contains all Header objects in this HeaderList object that have the name specified by name.