.NET Framework Class Library
DataEntrHelper.ValueFieldsLinkedToCategories Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
DataEntrHelper.ValueFieldsLinkedToCategories Property

Gets the category value at the specified index to be assigned to a document field. This value corresponds to the field at the same position in NameFieldsLinkedToCategories, and represents the data to be output to the document during category-based operations.

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

Syntax

Visual Basic

Public ReadOnly Property ValueFieldsLinkedToCategories ( _

index As Integer _
) As String
Get

C#

public string this[

int index
] { get; }

Visual C++

public:

property String^ ValueFieldsLinkedToCategories[int index] {
String^ get (int index);
}

JavaScript

function get_valueFieldsLinkedToCategories(index);

Parameters

index

Type: System.Int32
The zero-based index of the category value to retrieve.

Return Value

The category value as a string.

See Also

DataEntrHelper Class

DataEntrHelper Members

MwPDMApi Namespace