SchemaFieldCollectionItem Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets a field at a specified location

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

public string this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The ordinal position of the field. This value is zero based.

Return Value

Type: String
The name of the field found.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionThe specified index does not exist
See Also

Reference