Namespace: FilterLibrary
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public enum CHUNKSTATE
Visual Basic
Public Enumeration CHUNKSTATE
Visual C++
public enum class CHUNKSTATE

Members

Member nameValueDescription
CHUNK_TEXT1 The current chunk is a text-type property.
CHUNK_VALUE2 The current chunk is a value-type property.
CHUNK_FILTER_OWNED_VALUE4 Reserved

See Also