Microsoft
70-489 · Question #38
You need to generate document identifiers for each new document that is uploaded to the site. What should you do?
The correct answer is C. Create a derived class that inherits from the Microsoft.Office.DocumentManagement. A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors. https://msdn.microsoft.com/en-us/library/sf985hc5.aspx
Design and develop advanced Microsoft SharePoint 2013 solutions
Question
You need to generate document identifiers for each new document that is uploaded to the site. What should you do?
Options
- ACreate a derived class that inherits from the abstract class named Microsoft.Office.
- BCreate a derived class that inherits from the abstract class named Microsoft.Office.
- CCreate a derived class that inherits from the Microsoft.Office.DocumentManagement.
- DCreate a class to implement the Microsoft.Office.DocumentManagement.
How the community answered
(41 responses)- A15% (6)
- B5% (2)
- C78% (32)
- D2% (1)
Explanation
A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors. https://msdn.microsoft.com/en-us/library/sf985hc5.aspx
Topics
#document ID provider#document management#abstract class#custom provider
Community Discussion
No community discussion yet for this question.