MarkCounterAPIDelete Method |
Deletes the referenced mark counter on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Delete(
string name,
bool fromDisk = false
)
Parameters
- name String
- The name of the mark counter that should be deleted.
- fromDisk Boolean (Optional)
- Whether the mark counter should also be deleted from card's local storage.
See Also