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.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!