EPTXmlParserGetHashCodeForField Method (String) 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.

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

public int GetHashCodeForField(
	string name
)

Parameters

name
Type: SystemString
The name 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 name does not exist in among the fields, 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