Gets a particular header or footer from the collection.
<void> HeaderFooterCollection.getItem(<HeaderFooterType> headerFooterType, <RequestHeaderFooterCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
header |
Specifies the header or footer to return. |
callback | Receives the particular header or footer. |
error |
Optional. Is called when the operation failed with an error. |