Show TOC

string GetExtensionDescription(); Locate this document in the navigation structure

Returns a description for your extension.

Caution This method must not return a null description. If null or empty is returned, the extension will be disabled by the EPM plug-in.
Example
 public string GetExtensionDescription()
 {
return"CustomerXXXExtension";
 }