Gets the table of contents with the specified name.

<void> TableOfContentsCollection.getItemByName(<RequestTableOfContentsCallback> callback, [<ErrorCallback> errorCallback], <string> name)

Parameters

Parameter Description
callback Receives the requested table of contents or null if no table of contents with the specified name exists.
errorCallback Optional. Is called when the operation failed with an error.
name The table of contents' name.