.NET Framework Class Library
DataEntrHelper.GetDefaultDescription Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods >

.NET Framework Class Library
DataEntrHelper.GetDefaultDescription Method

Constructs a default description string by concatenating selected category names, excluding the first one in the list.

This logic applies only when the method is not called from the Assembly Duplication Wizard (ADW), and when SelectedCategoriesArray contains more than one item. The resulting description is built by joining the remaining category names using the CM_Separator string.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetDefaultDescription As String

C#

public string GetDefaultDescription()

Visual C++

public:

StringGetDefaultDescription()

JavaScript

function getDefaultDescription();

Return Value

The concatenated category-based description, or an empty string if not applicable.

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace