Click or drag to resize
INxPatch Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface INxPatch : IAbstractStructure

The INxPatch type exposes the following members.

Properties
  NameDescription
Public propertyOp
Operation to perform.
Public propertyPath
Path to the property to add, remove or replace.
Public propertyValue
This parameter is not used in a remove operation. Corresponds to the value of the property to add or to the new value of the property to update. Examples: "false", "2", "\"New title\""
Top
See Also