EPTXmlParserGetHashCode Method 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 this EPTXmlParser.

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

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

public override int GetHashCode()

Return Value

Type: Int32
A hash code for the content of this EPTXmlParser.
Remarks

The hash code generated is a combination of the HashCode for each field in the document, meta data fields are not included. For performance reasons this value is cached internally when calculated for the first time but will be recalculated if any changes has been made to the underlying data.

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

Reference