IPluginAssemblyGetDescriptionOrErrors Method

If the Errors collection is empty then returns Description, otherwise returns the error messages joined by errorSeparator.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
string GetDescriptionOrErrors(
	string errorSeparator = null
)

Parameters

errorSeparator  String  (Optional)
Separator to insert between error messages or to use NewLine.

Return Value

String
Error messages joined by errorSeparator if they are present or Description if error messages are absent.

Implements

IComponentInfoGetDescriptionOrErrors(String)

See Also