XmlFilterReaderItem Property (Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the value of a column given the column ordinal.

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 zero-based column ordinal

Property Value

Type: String
The column value as a String.
Exceptions

ExceptionCondition
InvalidOperationExceptionProperty or method is inaccessible for a closed XmlFilterReader.
IndexOutOfRangeExceptionThe column ordinal is out of range.
See Also

Reference