Click or drag to resize
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: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual string IdentifyingName()

Return Value

Type: String
Identifying name of this extension.
See Also