EPTXmlParserGetHashCodeForField Method (Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the hash code for a specific field based on its ordinal number.

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

public virtual int GetHashCodeForField(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the field to get the HashCode for.

Return Value

Type: Int32
A hash code for the specified field. The value is calculated on a combination of the field name and the field value. Meta data fields are NOT ignored by this method. If the index does not exist zero is returned.
Remarks

A developer can use this value to compare the content of the same field in two different instances of an EPTXmlParser.

Note Note
This method was added in Content Studio version 5.2
See Also

Reference