Click or drag to resize

AddinLoaderGetFriendlyName Method

Get the human readable name for the add in

Namespace:  Cadcorp.Web.UI.Util
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static string GetFriendlyName(
	string addInName
)

Parameters

addInName
Type: SystemString
The fully qualified name of the add in to get the name for

Return Value

Type: String
The nice name
See Also