<Code Lib>
M

IExternalDataManagerServer.GetContentTools

Description:
Obtains the content tool items of the selected data
Remarks:
The returned tool structure is used to build the context-sensitive content tools shown above the data grid and the right-click menu. The server can tailor the list based on current selection.

IList<ExternalDataManagerTool> GetContentTools(
	Document document
)

Return Value IList<ExternalDataManagerTool> The content tool items of the selected data.

Loading…