.NET Framework Class Library
DataEntrHelper.NameFieldsLinkedToCategoriesCount Property

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties >

.NET Framework Class Library
DataEntrHelper.NameFieldsLinkedToCategoriesCount Property

Gets the number of document fields that are linked to categories. This indicates how many field names are currently stored in the NameFieldsLinkedToCategories list.

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

Syntax

Visual Basic

Public ReadOnly Property NameFieldsLinkedToCategoriesCount As Integer

Get

C#

public int NameFieldsLinkedToCategoriesCount { get; }

Visual C++

public:

property int NameFieldsLinkedToCategoriesCount {
int get ();
}

JavaScript

function get_nameFieldsLinkedToCategoriesCount();

Return Value

The count of linked document field names.

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace