| CTExtensionIdentifyingName Method |
By default identifying name of each extensions is
their full typename. This can be overridden but is not
couraged as each add-in should have unique and non-changing
identifying name.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual string IdentifyingName()
Public Overridable Function IdentifyingName As String
Return Value
Type:
StringIdentifying name of this extension.
See Also