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) Version: 25.0
Syntax
public virtual string IdentifyingName()

Return Value

String
Identifying name of this extension.
See Also