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

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

Returns a XmlFilteringFieldDefinition with the specified name. In C# this is the indexer.

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

public XmlFilteringFieldDefinition this[
	string fieldName
] { get; }

Parameters

fieldName
Type: SystemString

Return Value

Type: XmlFilteringFieldDefinition
XmlFilteringFieldDefinition
Exceptions

ExceptionCondition
ArgumentNullExceptionThe FieldName cannot be null
KeyNotFoundExceptionThe name does not exist in the collection.
See Also

Reference