70-489 · Question #53
You need to implement connection management for catalog connections. Which method should you use? (Each correct answer presents part of the solution. Choose all that apply.)
The correct answer is A. Public void UpdateCatalogConnection(CatalogConnectionSettings catalogInfo) C. Public void DeleteCatalogConnection(string catalogPath). You must create a custom tool that site collection administrators use to manage catalog You must define the API calls to remove (C) or update (A) existing catalog connections.
Question
You need to implement connection management for catalog connections. Which method should you use? (Each correct answer presents part of the solution. Choose all that apply.)
Options
- APublic void UpdateCatalogConnection(CatalogConnectionSettings catalogInfo)
- BPublic void OnPublishCatalog(string catalogPath)
- CPublic void DeleteCatalogConnection(string catalogPath)
- DPublic void SetCatalogConnection(string catalogPath, boot disconnect)
How the community answered
(31 responses)- A71% (22)
- B19% (6)
- D10% (3)
Explanation
You must create a custom tool that site collection administrators use to manage catalog You must define the API calls to remove (C) or update (A) existing catalog connections.
Topics
Community Discussion
No community discussion yet for this question.