Gets the table of contents with the specified name.
<void> TableOfContentsCollection.getItemByName(<RequestTableOfContentsCallback> callback, [<ErrorCallback> errorCallback], <string> name)| Parameter | Description |
|---|---|
| callback | Receives the requested table of contents or null if no table of contents with the specified name exists. |
| error |
Optional. Is called when the operation failed with an error. |
| name | The table of contents' name. |