EPTXmlParserGetFieldIndex Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the zero-based index of a field.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public int GetFieldIndex(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field to return index for.

Return Value

Type: Int32
The zero based index of the field if found, -1 if the field does not exist.
Remarks

This method is new in Content Studio version 5.2
See Also

Reference