ApplyPatches Method
Overloads
| ApplyPatches(IEnumerable<NxPatch>) | Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId", and it will be forbidden in the near future. | 
ApplyPatches(IEnumerable<NxPatch>)
Applies a patch to the properties of an object. Allows an update to some of the properties. It should not be possible to patch "/qInfo/qId",
and it will be forbidden in the near future.
Declaration
      void ApplyPatches([QixName("qPatches")] IEnumerable<NxPatch> patches)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<NxPatch> | patches | Array of patches. | 
Remarks
Applying a patch takes less time than resetting all the properties.