ComponentInfoGetDescriptionOrErrors Method

Note: This API is now obsolete.
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#
[ObsoleteAttribute("This member should be removed in the new implementation of the plug-in engine")]
public 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