.NET Framework Class Library
DataEntrHelper.NameFieldsLinkedToCategories Property

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties >

.NET Framework Class Library
DataEntrHelper.NameFieldsLinkedToCategories Property

Gets the name of the document field at the specified index that is linked to a category. This represents one of the field names used to store category values in the document.

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

Syntax

Visual Basic

Public ReadOnly Property NameFieldsLinkedToCategories ( _

 index As Integer _
As String
 Get

C#

public string this[

 int index
] { get; }

Visual C++

public:

property StringNameFieldsLinkedToCategories[int index] {
 Stringget (int index);
}

JavaScript

function get_nameFieldsLinkedToCategories(index);

Parameters

index

Type: System.Int32
The zero-based index of the field name to retrieve.

Return Value

The name of the linked document field.

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace